diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-03 12:10:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-05 11:04:54 +0100 |
commit | 3232fededce59da9c65a15c6a8220d7e9c1a425a (patch) | |
tree | 378fd04c3cc2491056b599524c181970b5658025 | |
parent | 92303ad93f89000537e7e01da4e88aa22db53711 (diff) |
drop commented out code
Change-Id: Ifb4a19bf9c86cf6294859da73ac380e93b2deb45
-rw-r--r-- | vcl/unx/gtk/gtksalframe.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkframe.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx index ffdb042941c1..05348b4fa482 100644 --- a/vcl/unx/gtk/gtksalframe.cxx +++ b/vcl/unx/gtk/gtksalframe.cxx @@ -770,8 +770,6 @@ void GtkSalFrame::EnsureAppMenuWatch() static_cast<GtkSalFrame*>(this), nullptr ); } - - //ensure_dbus_setup( this ); #else (void) this; // loplugin:staticmethods #endif diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index fd896db7e9b9..3dc58afd7c42 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -783,8 +783,6 @@ void GtkSalFrame::EnsureAppMenuWatch() static_cast<GtkSalFrame*>(this), nullptr ); } - - //ensure_dbus_setup( this ); #else (void) this; // loplugin:staticmethods #endif |