Browse Source

Unused variable

Source commit: 69349feeb0f4701111b42e3132b0ffdd69ba75db
Martin Prikryl 8 years ago
parent
commit
93719a3d7b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      source/forms/MessageDlg.cpp

+ 0 - 1
source/forms/MessageDlg.cpp

@@ -1129,7 +1129,6 @@ TForm * __fastcall TMessageForm::Create(const UnicodeString & Msg,
     }
   }
 
-  int LinkControlHeight = 0;
   if (LinkControl != NULL)
   {
     LinkControl->Parent = Panel;