warptv: remove not needed ifdef

This commit is contained in:
Stefan Sauer 2011-11-25 11:43:16 +01:00
parent f0fe717cd9
commit 5d03d65349

View file

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