Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_distance.cpp
index 32c84df..050b411 100644 (file)
@@ -34,6 +34,8 @@
 #include "widget_distance.h"
 #include "app.h"
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -45,10 +47,6 @@ using namespace studio;
 
 /* === M A C R O S ========================================================= */
 
-#if ! defined(_)
-#define _(x)   (x)
-#endif
-
 /* === G L O B A L S ======================================================= */
 
 /* === P R O C E D U R E S ================================================= */
@@ -58,8 +56,7 @@ using namespace studio;
 Widget_Distance::Widget_Distance():
        Gtk::SpinButton(0.05,5),
        distance_(1, Distance::SYSTEM_POINTS),
-       adjustment(0,-100000000,100000000,1,1,1)
-//     adjustment(0,-100000000,100000000,1,2,0)
+       adjustment(0,-100000000,100000000,1,1,0)
 {
        set_adjustment(adjustment);
        set_numeric(false);