sams latest icons, rework proxy settings
[goodguy/history.git] / cinelerra-5.1 / cinelerra / playbackprefs.h
index 9b1c32437ee1a5f2c858bb1e9c93f7bf0d13f5bb..167d3bd62f5a91cfa961ca9b3508690a770ac87c 100644 (file)
@@ -32,7 +32,6 @@ class PlaybackRealTime;
 class PlaybackMap51_2;
 class VideoAsynchronous;
 class VideoEveryFrame;
-class PlaybackDeblock;
 class PlaybackPreload;
 class PlaybackInterpolateRaw;
 class PlaybackWhiteBalanceRaw;
@@ -69,7 +68,6 @@ public:
 
        PlaybackConfig *playback_config;
        BC_Title *framerate_title;
-       PlaybackDeblock *mpeg4_deblock;
        PlaybackInterpolateRaw *interpolate_raw;
        PlaybackWhiteBalanceRaw *white_balance_raw;
        VideoAsynchronous *asynchronous;
@@ -157,14 +155,6 @@ public:
        PlaybackPrefs *playback_prefs;
 };
 
-class PlaybackDeblock : public BC_CheckBox
-{
-public:
-       PlaybackDeblock(PreferencesWindow *pwindow, int x, int y);
-       int handle_event();
-       PreferencesWindow *pwindow;
-};
-
 class PlaybackPreload : public BC_TextBox
 {
 public: