Author: Yu Chen <[email protected]>
Date:   Wed Nov 23 00:23:45 2011 +0800

Cleanup unused code

---

 synfig-studio/src/gui/preview.cpp |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/synfig-studio/src/gui/preview.cpp 
b/synfig-studio/src/gui/preview.cpp
index 2b148fd..e290a56 100644
--- a/synfig-studio/src/gui/preview.cpp
+++ b/synfig-studio/src/gui/preview.cpp
@@ -362,18 +362,6 @@ playing(false)
        IMAGIFY_BUTTON(button, "synfig-animate_play", _("Play"));
        hbox->pack_start(*button, Gtk::PACK_SHRINK, 0);
 
-//     button = manage(new Gtk::Button(/*_("Play")*/));
-//     
button->signal_clicked().connect(sigc::mem_fun(*this,&Widget_Preview::play));
-//     IMAGIFY_BUTTON(button,"synfig-animate_play",_("Play"));
-//     hbox->pack_start(*button,Gtk::PACK_SHRINK,0);
-//     //attach(*button,1,2,2,3,Gtk::EXPAND|Gtk::FILL,Gtk::SHRINK);
-
-//     button = manage(new Gtk::Button(/*_("Stop")*/));
-//     
button->signal_clicked().connect(sigc::mem_fun(*this,&Widget_Preview::pause));
-//     IMAGIFY_BUTTON(button,"synfig-animate_pause",_("Pause"));
-//     hbox->pack_start(*button,Gtk::PACK_SHRINK,0);
-//     //attach(*button,2,3,2,3,Gtk::EXPAND|Gtk::FILL,Gtk::SHRINK);
-
        //attack the stop render and erase all buttons to same line...
        
        Gtk::VSeparator *vsep = manage(new Gtk::VSeparator);


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to