Third set of 50 GPL attribution for CV-Contributors added +
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / new.h
index dc511bd40e29f3036231e24c5995d4d403b35c5c..6b53f0c43ba0bb62e170ce05419c71ca74c5e6b5 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -388,30 +389,4 @@ private:
        char string[BCTEXTLEN];
 };
 
-class InterlacefixmethodItem : public BC_ListBoxItem
-{
-public:
-       InterlacefixmethodItem(const char *text, int value);
-       int value;
-};
-
-class InterlacefixmethodPulldown : public BC_ListBox
-{
-public:
-       InterlacefixmethodPulldown(MWindow *mwindow,
-                                  BC_TextBox *output_text,
-                                  int *output_value,
-                                  ArrayList<BC_ListBoxItem*> *data,
-                                  int x,
-                                  int y);
-       int handle_event();
-       const char* interlacefixmethod_to_text();
-       MWindow *mwindow;
-       BC_TextBox *output_text;
-       int *output_value;
-private:
-       char string[BCTEXTLEN];
-};
-
-
 #endif