dynamic keyframes, textbox rework, andrea ffmpeg.opts, perpetual chkpt undo, lv2...
[goodguy/history.git] / cinelerra-5.1 / plugins / titler / titlerwindow.h
index 0a5122b485470e6a4f3ca16c9a4d5229b3b1eea9..99cd3e18588a780b4ea35b6b48294388655136e7 100644 (file)
@@ -55,7 +55,6 @@ class TitleFade;
 class TitleFont;
 class TitleText;
 class TitleTextChars;
-class TitleTextBfrSz;
 class TitleX;
 class TitleY;
 class TitleW;
@@ -159,7 +158,6 @@ public:
        BC_Title *text_title;
        TitleText *text;
        TitleTextChars *text_chars;
-       TitleTextBfrSz *text_bfrsz;
        BC_Title *justify_title;
        TitleLeft *left;
        TitleCenter *center;
@@ -381,13 +379,6 @@ public:
        TitleTextChars(int x, int y, int w);
        ~TitleTextChars();
 };
-class TitleTextBfrSz : public BC_Title
-{
-public:
-       int update(int n);
-       TitleTextBfrSz(int x, int y, int w);
-       ~TitleTextBfrSz();
-};
 
 class TitleX : public BC_TumbleTextBox
 {