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



commit a40ca24418634e13c49242a7a9f81bbd5f390bd0
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 a91bb10..4fcd4ae 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -541,7 +541,6 @@ gtk_private_h_sources =             \
        gtkorientableprivate.h  \
        gtkpango.h              \
        gtkpathbar.h            \
-       gtkpressandholdprivate.h \
        gtkprintoperation-private.h \
        gtkprintutils.h         \
        gtkprivate.h            \
@@ -843,7 +842,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]