diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-21 09:17:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-21 14:56:30 +0100 |
commit | 6eb87f03edc8a750e347e2fad8d7000244f8ecca (patch) | |
tree | 23aee5543e76c045c03977263668127913b07499 /vcl/inc | |
parent | 8ccc28f8a72d0ac5a464418bde51ce6a1518c087 (diff) |
drop deprecated visibility-notify-event event handler
we're not doing anything with it anyway
Change-Id: I2498eca95dcea53b1c216bb7786c6c3246b5c5ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108082
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc')
-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 64e1fa905167..b5614d9934ca 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -260,7 +260,6 @@ class GtkSalFrame final : public SalFrame static gboolean signalWindowState( GtkWidget*, GdkEvent*, gpointer ); static gboolean signalScroll( GtkWidget*, GdkEvent*, gpointer ); static gboolean signalCrossing( GtkWidget*, GdkEventCrossing*, gpointer ); - static gboolean signalVisibility( GtkWidget*, GdkEventVisibility*, gpointer ); static void signalDestroy( GtkWidget*, gpointer ); void Center(); |