warptv: remove not needed ifdef
authorStefan Sauer <ensonic@users.sf.net>
Fri, 25 Nov 2011 10:43:16 +0000 (11:43 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 25 Nov 2011 10:43:16 +0000 (11:43 +0100)
gst/effectv/gstwarp.c

index 068301c..d10cca7 100644 (file)
@@ -144,11 +144,7 @@ initDistTable (GstWarpTV * filter)
 {
   gint32 halfw, halfh, *distptr;
   gint x, y;
-#ifdef PS2
-  float m;
-#else
   float m;
-#endif
 
   halfw = filter->width >> 1;
   halfh = filter->height >> 1;