IDE: remove ideintf from the tests in initialsetupdlgs

git-svn-id: trunk@40885 -
This commit is contained in:
juha 2013-04-24 23:07:33 +00:00
parent 45317f0da7
commit 9b5d333076

View File

@ -309,7 +309,6 @@ begin
if not SubDirExists('packager/globallinks',Result) then exit;
if not SubDirExists('ide',Result) then exit;
if not SubDirExists('components',Result) then exit;
if not SubDirExists('ideintf',Result) then exit;
if not SubFileExists('ide/lazarus.lpi',Result) then exit;
VersionIncFile:=SetDirSeparators('ide/version.inc');
if not SubFileExists(VersionIncFile,Result) then exit;