tweak API of WindowProxy, and remove all unnecessary get() calls in functions where, if we have no window, there is nothing to do

This commit is contained in:
Paul Davis 2013-10-13 22:40:39 -04:00
parent 44b359b70a
commit 09c7c5fb95
2 changed files with 19 additions and 18 deletions

View file

@ -122,7 +122,7 @@ class ProxyBase : public ARDOUR::SessionHandlePtr, public sigc::trackable {
Gtkmm2ext::VisibilityTracker* vistracker;
void save_pos_and_size ();
bool handle_win_event (GdkEventAny *ev);
bool delete_event_handler (GdkEventAny *ev);
void setup ();
};