[gtk+/gestures: 92/92] Remove GtkPressAndHold



commit 4c5c9fe4bf68142e45ed24665fdee5e9c4c5d732
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Apr 8 21:27:49 2014 +0200

    Remove GtkPressAndHold
    
    This is replaced by GtkGestureLongPress, and all its callers have
    been updated to use the replacement.

 gtk/Makefile.am              |    2 -
 gtk/gtkpressandhold.c        |  257 ------------------------------------------
 gtk/gtkpressandholdprivate.h |   63 ----------
 3 files changed, 0 insertions(+), 322 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index ed65d48..3075937 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -535,7 +535,6 @@ gtk_private_h_sources =             \
        gtkorientableprivate.h  \
        gtkpango.h              \
        gtkpathbar.h            \
-       gtkpressandholdprivate.h \
        gtkprintoperation-private.h \
        gtkprintutils.h         \
        gtkprivate.h            \
@@ -833,7 +832,6 @@ gtk_base_c_sources =                \
        gtkpapersize.c          \
        gtkpathbar.c            \
        gtkplacessidebar.c      \
-       gtkpressandhold.c       \
        gtkprintcontext.c       \
        gtkprintoperation.c     \
        gtkprintoperationpreview.c \


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