[epiphany/wip/exalm/gesture: 3/4] Revert "Add touchpad gesture"



commit bc56e1423840e0ebe602bc02f657906c67beaa8c
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Sun Jan 27 19:27:56 2019 +0500

    Revert "Add touchpad gesture"
    
    This reverts commit 1bb0557344b1fb467353f660d83fb6a870673e30.

 src/ephy-touchpad-gesture-controller.c | 205 ---------------------------------
 src/ephy-touchpad-gesture-controller.h |  35 ------
 src/ephy-window.c                      |   4 -
 src/meson.build                        |   1 -
 4 files changed, 245 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 033b88bdc..b8b69cd88 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -49,7 +49,6 @@
 #include "ephy-shell.h"
 #include "ephy-title-box.h"
 #include "ephy-title-widget.h"
-#include "ephy-touchpad-gesture-controller.h"
 #include "ephy-type-builtins.h"
 #include "ephy-web-app-utils.h"
 #include "ephy-web-view.h"
@@ -156,7 +155,6 @@ struct _EphyWindow {
   EphyLocationController *location_controller;
   guint modified_forms_timeout_id;
   EphyMouseGestureController *mouse_gesture_controller;
-  EphyTouchpadGestureController *touchpad_gesture_controller;
 
   gboolean show_fullscreen_header_bar;
 
@@ -2966,7 +2964,6 @@ ephy_window_dispose (GObject *object)
     g_clear_object (&window->bookmarks_manager);
     g_clear_object (&window->hit_test_result);
     g_clear_object (&window->mouse_gesture_controller);
-    g_clear_object (&window->touchpad_gesture_controller);
 
     g_clear_handle_id (&window->modified_forms_timeout_id, g_source_remove);
 
@@ -3512,7 +3509,6 @@ ephy_window_constructed (GObject *object)
   }
 
   window->mouse_gesture_controller = ephy_mouse_gesture_controller_new (window);
-  window->touchpad_gesture_controller = ephy_touchpad_gesture_controller_new (window);
 
   ephy_window_set_chrome (window, chrome);
 }
diff --git a/src/meson.build b/src/meson.build
index bbca7005e..40d003daf 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -40,7 +40,6 @@ libephymain_sources = [
   'ephy-session.c',
   'ephy-shell.c',
   'ephy-suggestion-model.c',
-  'ephy-touchpad-gesture-controller.c',
   'ephy-window.c',
   'passwords-dialog.c',
   'popup-commands.c',


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