diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-10-18 19:35:02 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:57 +0100 |
commit | 865b765065f631aa97a8139a0edaedda7d509547 (patch) | |
tree | 69483004573dcad8c54a3309bfdbea0e3e62a919 /vcl | |
parent | 4ca439fb87da80ce431049abe43a07c82b62f4b4 (diff) |
Removed the declaration of FlushConnection method in GtkSalFrame.
Change-Id: I22262dd1655405ca9707a69bc036c900940d7df0
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index b382e7e6d19d..cc4451a1e331 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -303,7 +303,6 @@ public: guint m_nMenuExportId; guint m_nActionGroupExportId; - void FlushConnection(); // dispatches an event, returns true if dispatched // and false else; if true was returned the event should |