Conditionally compile out the 'single threaded' stuff. It doesn't work very well...
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index 103ce0d..dd823dd 100644 (file)
@@ -191,7 +191,9 @@ public:
 
        static bool use_colorspace_gamma;
 
+#ifdef SINGLE_THREADED
        static bool single_threaded;
+#endif
 
        static bool restrict_radius_ducks;