[gnome-nibbles/wip/vala] warp: remove redundant argument
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles/wip/vala] warp: remove redundant argument
- Date: Wed, 19 Aug 2015 21:13:49 +0000 (UTC)
commit b0ff7ab2d821dde59f9d71bbaaadcc4144991bb6
Author: Iulian Radu <iulian radu67 gmail com>
Date: Wed Aug 19 23:13:26 2015 +0300
warp: remove redundant argument
src/nibbles-game.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nibbles-game.vala b/src/nibbles-game.vala
index 1a9040d..576c08a 100644
--- a/src/nibbles-game.vala
+++ b/src/nibbles-game.vala
@@ -476,7 +476,7 @@ public class NibblesGame : Object
if (warp == null)
return;
- worm.warp (walls, warp);
+ worm.warp (warp);
}
public GameStatus? get_game_status ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]