summaryrefslogtreecommitdiffstats
path: root/gst/goom/goom_plugin_info.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-16 10:31:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-16 10:31:17 +0000
commita8dec12d9846d82a7d1d86aa1d20c69f9300d878 (patch)
treebb5eac6af463a8a1985223a3bdde455fe0c1b644 /gst/goom/goom_plugin_info.h
parentedf6625c91c3f6f94d12b8e4fd9a1e9e61e392d7 (diff)
Strip out the config/script parsing stuff, we don't need it.
Original commit message from CVS: * configure.ac: * gst/goom/Makefile.am: * gst/goom/convolve_fx.c: * gst/goom/default_scripts.h: * gst/goom/goom.h: * gst/goom/goom_core.c: (choose_a_goom_line): * gst/goom/goom_plugin_info.h: * gst/goom/goomsl.c: * gst/goom/goomsl.h: * gst/goom/goomsl_hash.c: * gst/goom/goomsl_hash.h: * gst/goom/goomsl_heap.c: * gst/goom/goomsl_heap.h: * gst/goom/goomsl_private.h: * gst/goom/plugin_info.c: Strip out the config/script parsing stuff, we don't need it. Fixes #527999.
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);