[swell-foop/arnaudb/wip/gtk4: 25/25] Kill unused thing
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop/arnaudb/wip/gtk4: 25/25] Kill unused thing
- Date: Wed, 15 Jul 2020 14:22:12 +0000 (UTC)
commit 59863e6f3b26f982eaf9dd99ef97d91c647d128c
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]