[swell-foop/arnaudb/wip/gtk4: 55/55] Kill unused thing



commit 6682d0ccd5259ec023b9d7cf556d2fa40b24943b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Jun 1 07:11:52 2020 +0200

    Kill unused thing

 src/game-view.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 93a714d..7fb2c6d 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -323,7 +323,7 @@ private class Board : Widget
     }
 
     /* When the mouse enters a tile, bright up the connected tiles */
-    private void tile_entered_cb (EventControllerMotion inout_controller, double x, double y, 
Gdk.CrossingMode mode)
+    private void tile_entered_cb (EventControllerMotion inout_controller, double x, double y)
     {
         if (cursor_active)
             return;
@@ -335,7 +335,7 @@ private class Board : Widget
     }
 
     /* When the mouse leaves a tile, lower the brightness of the connected tiles */
-    private void tile_left_cb (EventControllerMotion inout_controller, Gdk.CrossingMode mode)
+    private void tile_left_cb (EventControllerMotion inout_controller)
     {
         if (cursor_active)
             return;


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