Remove stray variable.
[dcpomatic.git] / src / wx / swaroop_controls.cc
index 12c843417d695f52ba1c877e953695b6054cbdb9..b2b1a2bdaef79039b4c1ddd213e98bd1e7341df7 100644 (file)
@@ -146,7 +146,7 @@ SwaroopControls::check_restart ()
 
 #ifdef DCPOMATIC_LINUX
        fsync (fileno(f));
-#endif DCPOMATIC_LINUX
+#endif
        fclose (f);
 }