Browse Source

Unused variable

Source commit: 271a0bae85a51eae208a338eacc88a97e1596f55
Martin Prikryl 9 years ago
parent
commit
d228d3b320
1 changed files with 0 additions and 2 deletions
  1. 0 2
      source/forms/Custom.cpp

+ 0 - 2
source/forms/Custom.cpp

@@ -155,8 +155,6 @@ TLabel * __fastcall TCustomDialog::CreateLabel(UnicodeString Label)
 //---------------------------------------------------------------------------
 void __fastcall TCustomDialog::AddEditLikeControl(TWinControl * Edit, TLabel * Label, bool OneLine)
 {
-  int PrePos = FPos;
-
   Edit->Parent = this;
   // this updates Height property to real value
   Edit->HandleNeeded();