[libgd] Remove gd_entry_focus_hack



commit 63d1488b3bcea686e85dd7273365861eacbe8442
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Apr 21 18:57:49 2017 +0200

    Remove gd_entry_focus_hack
    
    One can use gtk_entry_grab_focus_without_selecting these days.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781672

 Makefile.am                 |    2 -
 libgd/gd-entry-focus-hack.c |   89 -------------------------------------------
 libgd/gd-entry-focus-hack.h |   30 --------------
 libgd/gd.h                  |    1 -
 libgd/meson.build           |    2 -
 5 files changed, 0 insertions(+), 124 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 22ea01d..93dce97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,8 +37,6 @@ EXTRA_DIST += $(catalog_sources)
 
 if LIBGD_GTK_HACKS
 gtk_hacks_sources =                             \
-        libgd/gd-entry-focus-hack.c             \
-        libgd/gd-entry-focus-hack.h             \
         libgd/gd-icon-utils.c                  \
         libgd/gd-icon-utils.h                  \
         $(NULL)
diff --git a/libgd/gd.h b/libgd/gd.h
index 850917a..598fd23 100644
--- a/libgd/gd.h
+++ b/libgd/gd.h
@@ -32,7 +32,6 @@ G_BEGIN_DECLS
 
 #ifdef LIBGD_GTK_HACKS
 # include <libgd/gd-icon-utils.h>
-# include <libgd/gd-entry-focus-hack.h>
 #endif
 
 #ifdef LIBGD__BOX_COMMON
diff --git a/libgd/meson.build b/libgd/meson.build
index abe8985..bc71abc 100644
--- a/libgd/meson.build
+++ b/libgd/meson.build
@@ -13,8 +13,6 @@ private_c_args = [
 
 if get_option('with-gtk-hacks')
   sources += [
-    'gd-entry-focus-hack.c',
-    'gd-entry-focus-hack.h',
     'gd-icon-utils.c',
     'gd-icon-utils.h',
   ]


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