[Summary] Removing unnecessary method WavesButton::on_size_allocate (Allocation& alloc)

This commit is contained in:
VKamyshniy 2014-08-17 16:24:41 +03:00 committed by Paul Davis
parent 260871074d
commit 8c429b0785
2 changed files with 0 additions and 7 deletions

View file

@ -65,7 +65,6 @@ class WavesButton : public CairoWidget , public Gtkmm2ext::Activatable
protected:
void render (cairo_t *, cairo_rectangle_t*);
void on_size_request (Gtk::Requisition* req);
void on_size_allocate (Gtk::Allocation&);
void on_style_changed (const Glib::RefPtr<Gtk::Style>&);
void on_name_changed ();
bool on_enter_notify_event (GdkEventCrossing*);