[Redbutton-devel] SF.net SVN: redbutton: [476] redbutton-author/trunk/output.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2008-01-14 18:42:50
|
Revision: 476
http://redbutton.svn.sourceforge.net/redbutton/?rev=476&view=rev
Author: skilvington
Date: 2008-01-14 10:42:46 -0800 (Mon, 14 Jan 2008)
Log Message:
-----------
remove duplicate if condition
Modified Paths:
--------------
redbutton-author/trunk/output.c
Modified: redbutton-author/trunk/output.c
===================================================================
--- redbutton-author/trunk/output.c 2008-01-14 17:19:14 UTC (rev 475)
+++ redbutton-author/trunk/output.c 2008-01-14 18:42:46 UTC (rev 476)
@@ -100,7 +100,6 @@
|| strcmp(tok, ":MovementTable") == 0
|| strcmp(tok, ":Multiplex") == 0
|| strcmp(tok, ":NextScenes") == 0
- || strcmp(tok, ":NextScenes") == 0
|| strcmp(tok, ":NoTokenActionSlots") == 0
|| strcmp(tok, ":Positions") == 0
|| strcmp(tok, ":TokenGroupItems") == 0)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|