瀏覽代碼

Unused variable (forgotten by eaa96d43)

Source commit: be3581bb04d635318fe8f271be6d11a13deaa5ab
Martin Prikryl 5 年之前
父節點
當前提交
7e73c599d8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      source/windows/VCLCommon.cpp

+ 0 - 1
source/windows/VCLCommon.cpp

@@ -1495,7 +1495,6 @@ static void __fastcall PathWordBreakEditWindowProc(void * Data, TMessage & Messa
     if (CharMessage.CharCode == '\x7F')
     {
       TCustomComboBox * ComboBox = static_cast<TCustomComboBox *>(Data);
-      TWinControl * WinControl = static_cast<TWinControl *>(Data);
 
       if (((Edit != NULL) && (Edit->SelLength == 0)) ||
           ((ComboBox != NULL) && (ComboBox->SelLength == 0)))