Nibbler: Removed unused ::getDigit6 method

This commit is contained in:
Paul Beckingham
2015-10-29 23:46:48 -04:00
parent 88469fc5f9
commit 119827e4e1
3 changed files with 1 additions and 31 deletions

View File

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