Index: /branches/zorg/src/synth_filter.c
===================================================================
--- /branches/zorg/src/synth_filter.c	(revision 26)
+++ /branches/zorg/src/synth_filter.c	(revision 27)
@@ -342,6 +342,4 @@
             //mpc_int32_t           tmp;
 
-            
-            
             for ( k = 0; k < 32; k++, D += 16, V++ ) {
                 *Data = MPC_SHL(
@@ -367,5 +365,5 @@
 
     Synthese_Filter_float_internal(
-        OutData? OutData: NULL,
+        OutData,
         (MPC_SAMPLE_FORMAT *)(d->V_L + MPC_V_MEM),
         (MPC_SAMPLE_FORMAT *)(d->Y_L [0]));
