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:
@ -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
|
||||
|
Reference in New Issue
Block a user