From 3595239f08f2bc1df32ef22ed6de9bde10ca3384 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 4 Jun 2007 01:35:20 +0000 Subject: Style cleanup, minor Matrix fixes, duplication validations, Pokemod methods git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@19 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/Ref.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'pokemod/Ref.cpp') diff --git a/pokemod/Ref.cpp b/pokemod/Ref.cpp index 51d6b49a..78862a15 100644 --- a/pokemod/Ref.cpp +++ b/pokemod/Ref.cpp @@ -26,7 +26,6 @@ int PokeGen::PokeMod::FindIn(const int end, const String &str, const char *array[]) { int i = 0; - // Loop through looking for where the string is in the array for (; i < end; ++i) { if (str == array[i]) -- cgit