[java-atk-wrapper] jawcomponent: Remove focus_handler inits



commit 6c164822f9b01ba1caeeef3b3f0e41086a8e2f63
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sun Nov 23 18:28:58 2014 +0000

    jawcomponent: Remove focus_handler inits
    
    focus handler method references should be removed from
    jawcomponent.c since they are not implemented and they
    are deprecated anyway.
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740590

 jni/src/jawcomponent.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/jni/src/jawcomponent.c b/jni/src/jawcomponent.c
index 2c5a138..775bd21 100644
--- a/jni/src/jawcomponent.c
+++ b/jni/src/jawcomponent.c
@@ -73,8 +73,6 @@ jaw_component_interface_init (AtkComponentIface *iface)
   iface->get_layer = jaw_component_get_layer;
   iface->get_mdi_zorder = NULL; /*jaw_component_get_mdi_zorder;*/
   iface->get_alpha = NULL; /*jaw_component_get_alpha;*/
-  iface->add_focus_handler = NULL;
-  iface->remove_focus_handler = NULL;
   iface->set_extents = NULL;
   iface->set_position = NULL;
   iface->set_size = NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]