X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fcanvasview.h;h=87cd13c7e683610324840498c0f9f1a31f1ab7cd;hb=98b0b5b6cc30e2faef4e14a97c5ec6b17b4386ef;hp=ef1c9e192b8ac0e9a9e96406b8ce5c06c6174121;hpb=3f7b0cb177d3f3c6cf926add2bf807811f743f72;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.h b/synfig-studio/trunk/src/gtkmm/canvasview.h index ef1c9e1..87cd13c 100644 --- a/synfig-studio/trunk/src/gtkmm/canvasview.h +++ b/synfig-studio/trunk/src/gtkmm/canvasview.h @@ -571,14 +571,6 @@ public: //t Enables or disables interaction with the timebar void set_sensitive_timebar(bool sensitive); - void do_rotoscope_bline(); - - void do_rotoscope(); - - void do_rotoscope_poly(); - - void do_eyedrop(); - void time_zoom_in(); void time_zoom_out(); @@ -597,6 +589,8 @@ public: void present(); + bool is_playing() { return is_playing_; } + /* -- ** -- S I G N A L T E R M I N A L S ------------------------------------- */