From 950091831c700931352d7ac7d98a263301b67db0 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 20 Jul 2020 21:22:17 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@63608 - --- ide/sourcefilemanager.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/ide/sourcefilemanager.pas b/ide/sourcefilemanager.pas index 4097e81ad6..951352a910 100644 --- a/ide/sourcefilemanager.pas +++ b/ide/sourcefilemanager.pas @@ -4624,7 +4624,6 @@ var OldUnitName, NewUnitName: string; ACaption, AText, APath: string; Filter, AllEditorExt, AllFilter: string; - NeedOverwritePrompt: Boolean; begin if (AnUnitInfo<>nil) and (AnUnitInfo.OpenEditorInfoCount>0) then SrcEdit := TSourceEditor(AnUnitInfo.OpenEditorInfo[0].EditorComponent)