Browse Source

Unused code

Source commit: ac752dfdfdb46b065214310313631a5c343b8646
Martin Prikryl 2 năm trước cách đây
mục cha
commit
408d60c52f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      source/core/Option.h

+ 0 - 2
source/core/Option.h

@@ -20,8 +20,6 @@ public:
   bool __fastcall FindSwitch(const UnicodeString Switch);
   bool __fastcall FindSwitch(const UnicodeString Switch, UnicodeString & Value);
   bool __fastcall FindSwitch(const UnicodeString Switch, UnicodeString & Value, bool & ValueSet);
-  bool __fastcall FindSwitch(const UnicodeString Switch, int & ParamsStart,
-    int & ParamsCount);
   bool __fastcall FindSwitch(const UnicodeString Switch, TStrings * Params,
     int ParamsMax = -1);
   bool __fastcall FindSwitchCaseSensitive(const UnicodeString Switch);