Nibbler: Remove unused function argument

This commit is contained in:
Wilhelm Schuermann
2015-11-12 13:36:23 +01:00
parent 0961a011f4
commit 96ca7eb5f2
4 changed files with 11 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ public:
bool getUntilEOS (std::string&);
bool getN (const int, std::string&);
bool getQuoted (char, std::string&, bool quote = false);
bool getQuoted (char, std::string&);
bool getDigit (int&);
bool getDigit4 (int&);
bool getDigit3 (int&);