浏览代码

Unused variable

Source commit: 271a0bae85a51eae208a338eacc88a97e1596f55
Martin Prikryl 9 年之前
父节点
当前提交
d228d3b320
共有 1 个文件被更改,包括 0 次插入2 次删除
  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();