Nibbler: Removed unused ::parseDigits method

This commit is contained in:
Paul Beckingham
2015-10-28 22:08:50 -04:00
parent e41282122d
commit 7693245c1d
2 changed files with 0 additions and 43 deletions

View File

@@ -71,7 +71,6 @@ public:
#endif
bool getUUID (std::string&);
bool getPartialUUID (std::string&);
bool parseDigits(std::string::size_type&, int&, unsigned int, bool strict = true);
bool getOneOf (const std::vector <std::string>&, std::string&);
bool getName (std::string&);
bool getWord (std::string&);