]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Account.cpp
some more cleans thanks to cppcheck
[lugaru.git] / Source / Account.cpp
index b17d8e5596a72a48f664fc173718af7cb7d8c9da..56aaf9c33a723f516daaf403e7d73c036031a894 100644 (file)
@@ -167,7 +167,6 @@ Account* Account::loadFile(string filename) {
 
 void Account::saveFile(string filename, Account* accountactive) {
        FILE *tfile;
-       int numaccounts;
        int j;
        
        tfile=fopen(ConvertFileName(filename.c_str(), "wb"), "wb" );