diff options
author | David Tardon <dtardon@redhat.com> | 2016-02-16 06:24:24 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-02-16 06:24:24 +0100 |
commit | fc3c5c781af6f83b135e7d174ebe8f823715603a (patch) | |
tree | 35535f58a1473afe44eb88794c187c4d702baada /vcl | |
parent | 2692506683ea76b3c8f8e080dfaf5a49c709c7c5 (diff) |
this "else" looks useless
Change-Id: I370973066604fc04201431a67d3752cc63a60e6d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkframe.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index ddfde5ade587..f264c019e536 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -3917,7 +3917,6 @@ sal_uIntPtr GtkSalFrame::GetNativeWindowHandle(GtkWidget *pWidget) { return GDK_WINDOW_XID(pWindow); } - else #endif #if defined(GDK_WINDOWING_WAYLAND) if (GDK_IS_WAYLAND_DISPLAY(pDisplay)) |