[swell-foop/arnaudb/wip/gtk4: 43/44] Kill unused thing
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop/arnaudb/wip/gtk4: 43/44] Kill unused thing
- Date: Thu, 3 Sep 2020 14:01:37 +0000 (UTC)
commit cdd6e73fd32385f6f3da051096e9dffda1c08de8
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]