Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-studio / tags / stable / src / synfigapp / inputdevice.cpp
index 15560da..4169471 100644 (file)
@@ -35,6 +35,8 @@
 #include <ETL/stringf>
 #include "main.h"
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -91,7 +93,6 @@ public:
 
        virtual bool set_value(const synfig::String& key,const synfig::String& value)
        {
-                       DEBUGPOINT();
                if(key=="state")
                {
                        input_device->set_state(value);