Cleanup
authorNikita Kitaev <nikitakit@gmail.com>
Sun, 11 Apr 2010 01:23:00 +0000 (18:23 -0700)
committerNikita Kitaev <nikitakit@gmail.com>
Sun, 11 Apr 2010 01:23:00 +0000 (18:23 -0700)
synfig-studio/src/gtkmm/app.cpp
synfig-studio/src/gtkmm/app.h
synfig-studio/src/gtkmm/onemoment.cpp

index 232a323..874ee35 100644 (file)
@@ -845,7 +845,8 @@ init_ui_manager()
        DEFINE_ACTION("amount-dec", _("Decrease Amount"));
 
 #undef DEFINE_ACTION
-
+#undef DEFINE_ACTION_2
+#undef DEFINE_ACTION_SIG
 
 // Set up synfigapp actions
        /*{
@@ -1135,6 +1136,7 @@ init_ui_manager()
        ACCEL("End",                                                                                                            "<Actions>/canvasview/seek-end"                                         );
 
 #undef ACCEL
+#undef ACCEL2
 }
 
 #ifdef _WIN32
index 89cd528..f9960d3 100644 (file)
@@ -135,7 +135,7 @@ private:
        //static etl::handle<synfigapp::UIInterface> ui_interface_;
        //static int max_recent_files;
 
-/*
+/*      //declated as globals in app.cpp
        static Dock_Keyframes *dock_keyframes;
        static Dock_Layers *dock_layers;
        static Dock_Params *dock_params;
@@ -209,7 +209,7 @@ public:
        /*
  -- ** -- S I G N A L S -------------------------------------------------------
        */
-/*
+/*      //declated as globals in app.cpp
        static sigc::signal<
                void,
                etl::loose_handle<CanvasView>
index f0dd3c7..75efc2b 100644 (file)
@@ -87,7 +87,7 @@ using namespace studio;
 OneMoment::OneMoment():
        Gtk::Window(getenv("SYNFIG_DISABLE_POPUP_WINDOWS") ? Gtk::WINDOW_TOPLEVEL : Gtk::WINDOW_POPUP)
 {
-       // Create the Copyright Label
+       // Create the Label
        Gtk::Label *label = manage(new class Gtk::Label(_("One Moment, Please...")));
 
        set_title(_("One Moment, Please..."));