From 4282865c517f8de814696fa75d0662aba73a4624 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 9 Jun 2012 06:43:18 +0200 Subject: Remove unused InterceptChildWindowKeyDown - InterceptChildWindowKeyDown never gets called - so mbInterceptChildWindowKeyDown doesn't get changed - at ImplInterceptChildWindowKeyDown a) ImplSendMessage() is never accessed b) always returns sal_False Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d --- vcl/unx/gtk/window/gtkobject.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl/unx/gtk/window/gtkobject.cxx') diff --git a/vcl/unx/gtk/window/gtkobject.cxx b/vcl/unx/gtk/window/gtkobject.cxx index 552541024efb..ddccd77a7a30 100644 --- a/vcl/unx/gtk/window/gtkobject.cxx +++ b/vcl/unx/gtk/window/gtkobject.cxx @@ -222,8 +222,4 @@ void GtkSalObject::SetForwardKey( sal_Bool bEnable ) gtk_widget_set_events( GTK_WIDGET( m_pSocket ), ~(GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE) & gtk_widget_get_events( GTK_WIDGET( m_pSocket ) ) ); } -void GtkSalObject::InterceptChildWindowKeyDown( sal_Bool /*bIntercept*/ ) -{ -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.1