add new boxblur plugin, mods to videoscope, fix segv for menu btns kfrm-tweak/kfrm...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / scopewindow.inc
index 3da8bd28ebe4f98451749524bcb90f1014693eb0..a59475a12357a1bcfa893abc4fa847b888ff07bf 100644 (file)
@@ -1,23 +1,3 @@
-/*
- * CINELERRA
- * Copyright (C) 1997-2011 Adam Williams <broadcast at earthling dot net>
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- */
-
 #ifndef SCOPEWINDOW_INC
 #define SCOPEWINDOW_INC
 
@@ -30,16 +10,12 @@ class ScopeVectorscope;
 class ScopeHistogram;
 class ScopeScopesOn;
 class ScopeMenu;
-class ScopeWaveDial;
-class ScopeVectDial;
+class ScopeGainReset;
+class ScopeGainSlider;
+class ScopeGain;
+class ScopeWaveSlider;
+class ScopeVectSlider;
 class ScopeSmooth;
 class ScopeGUI;
 
-class BoxBlurPackage;
-class BoxBlurUnit;
-class BoxBlur;
-
 #endif
-
-
-