1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Remove some code that was never used anywhere.

This commit is contained in:
Darryl Pogue
2012-03-04 13:45:49 -08:00
parent 62249844c3
commit c1870f178b
3 changed files with 0 additions and 167 deletions

View File

@ -133,14 +133,4 @@ public:
bool Parse (const wchar_t cmdLine[] = nil);
};
class CCmdParserSimple : public CCmdParser {
public:
CCmdParserSimple (
unsigned requiredStringCount,
unsigned optionalStringCount,
const wchar_t flaggedBoolNames[] // double null terminated if used
);
};
#endif