asset menu size fixups, new picons+prefs, more timecode del, stretch scrollbars,...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / playbackprefs.h
index d7b2920bcce252d4f89b30c3162d7e78f97225c5..9b1c32437ee1a5f2c858bb1e9c93f7bf0d13f5bb 100644 (file)
@@ -30,7 +30,6 @@ class PlaybackViewFollows;
 class PlaybackSoftwareTimer;
 class PlaybackRealTime;
 class PlaybackMap51_2;
-class TimecodeOffset;
 class VideoAsynchronous;
 class VideoEveryFrame;
 class PlaybackDeblock;
@@ -203,17 +202,6 @@ public:
        PlaybackPrefs *playback;
 };
 
-class TimecodeOffset : public BC_TextBox
-{
-       public:
-               TimecodeOffset(int x, int y, PreferencesWindow *pwindow,
-                              PlaybackPrefs *playback, char *text, int unit);
-               int handle_event();
-               int unit;
-               PlaybackPrefs *playback;
-               PreferencesWindow *pwindow;
-};
-
 class PlaybackSubtitle : public BC_CheckBox
 {
 public: