summaryrefslogtreecommitdiffstats
path: root/gst/goom/convolve_fx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/convolve_fx.c')
-rw-r--r--gst/goom/convolve_fx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/goom/convolve_fx.c b/gst/goom/convolve_fx.c
index 8128c650..0e4666dd 100644
--- a/gst/goom/convolve_fx.c
+++ b/gst/goom/convolve_fx.c
@@ -1,6 +1,5 @@
#include "goom_fx.h"
#include "goom_plugin_info.h"
-#include "goomsl.h"
#include "goom_config.h"
#include <math.h>
#include <stdio.h>
@@ -29,8 +28,6 @@ typedef struct _CONV_DATA
PluginParam factor_p;
PluginParameters params;
- GoomSL *script;
-
/* rotozoom */
int theta;
float ftheta;