X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Ftoolbox.h;h=21696abac830d307a44277f2821a5905de2acfae;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=4bad44c105a2d756b4b9ff0491d7a5257c321c1e;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/toolbox.h b/synfig-studio/trunk/src/gtkmm/toolbox.h index 4bad44c..21696ab 100644 --- a/synfig-studio/trunk/src/gtkmm/toolbox.h +++ b/synfig-studio/trunk/src/gtkmm/toolbox.h @@ -42,6 +42,11 @@ /* === M A C R O S ========================================================= */ +// uncomment to enable the blend method selector in the tool options +// panel for the circle and gradient tools +// +// #define BLEND_METHOD_IN_TOOL_OPTIONS + /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ @@ -61,11 +66,6 @@ class Toolbox : public Gtk::Window Gtk::Button *button_undo; Gtk::Button *button_redo; - Gtk::Button *button_eyedrop; - Gtk::Button *button_rotoscope; - Gtk::Button *button_rotoscope_bline; - Gtk::Button *button_rotoscope_polygon; - Gtk::Table *tool_table; std::map state_button_map;