[gnome-nibbles] warp: remove redundant argument
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles] warp: remove redundant argument
- Date: Mon, 26 Oct 2015 00:21:21 +0000 (UTC)
commit 07a8dda12926e303d8f5d39d9bbebbfdcc58cfcb
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]