[gtk+/gestures: 91/140] Remove GtkPressAndHold



commit a49b7f523199e2a7f2b8ec7c2432c2871dc8cb59
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 cb29951..d58c79a 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -536,7 +536,6 @@ gtk_private_h_sources =             \
        gtkorientableprivate.h  \
        gtkpango.h              \
        gtkpathbar.h            \
-       gtkpressandholdprivate.h \
        gtkprintoperation-private.h \
        gtkprintutils.h         \
        gtkprivate.h            \
@@ -835,7 +834,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]