summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-02-16 06:24:24 +0100
committerDavid Tardon <dtardon@redhat.com>2016-02-16 06:24:24 +0100
commitfc3c5c781af6f83b135e7d174ebe8f823715603a (patch)
tree35535f58a1473afe44eb88794c187c4d702baada /vcl
parent2692506683ea76b3c8f8e080dfaf5a49c709c7c5 (diff)
this "else" looks useless
Change-Id: I370973066604fc04201431a67d3752cc63a60e6d
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkframe.cxx1
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))