Removed comment.
authorPhilipp Reh <sefi@s-e-f-i.de>
Wed, 25 Feb 2009 10:37:29 +0000 (11:37 +0100)
committerPhilipp Reh <sefi@s-e-f-i.de>
Wed, 25 Feb 2009 10:37:29 +0000 (11:37 +0100)
jmdict.cpp

index 0a6cb9ed981f06d185573c1c1cdc3572a9bd25dd..5d6818311ce39b3d39648837cfc9ef99029aa802 100644 (file)
@@ -151,7 +151,6 @@ void guessLanguage(const std::string& subject) {
         options::source = options::JAPANESE_ROMAJI;
     else if (options::source == options::UNKNOWN)
         options::source = isUTF8 ? options::JAPANESE : options::NOT_JAPANESE;
-               //options::source = options::JAPANESE_ROMAJI;
 }
 
 int main(int argc, char** argv)