- Removed unused Nibbler::getHex.
This commit is contained in:
Paul Beckingham
2015-02-17 10:58:45 -05:00
parent 520067f522
commit c11601e30e
3 changed files with 4 additions and 43 deletions

View File

@@ -68,7 +68,6 @@ public:
bool getDigit3 (int&);
bool getDigit2 (int&);
bool getInt (int&);
bool getHex (int&);
bool getUnsignedInt (int&);
bool getNumber (std::string&);
bool getNumber (double&);