summaryrefslogtreecommitdiffstats
path: root/gst/goom/goom_plugin_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/goom_plugin_info.h')
-rw-r--r--gst/goom/goom_plugin_info.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/goom/goom_plugin_info.h b/gst/goom/goom_plugin_info.h
index 3d47ef58..30c3d102 100644
--- a/gst/goom/goom_plugin_info.h
+++ b/gst/goom/goom_plugin_info.h
@@ -10,7 +10,6 @@
#include "goom_visual_fx.h"
#include "goom_filters.h"
#include "goom_tools.h"
-#include "goomsl.h"
typedef struct {
char drawIFS;
@@ -153,10 +152,6 @@ struct _PLUGIN_INFO {
} methods;
GoomRandom *gRandom;
-
- GoomSL *scanner;
- GoomSL *main_scanner;
- const char *main_script_str;
};
void plugin_info_init(PluginInfo *p, int nbVisual);