mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 07:29:59 +02:00
codetools: clean up
git-svn-id: trunk@41078 -
This commit is contained in:
parent
c17b193ddc
commit
1f7adcb09a
@ -38,7 +38,6 @@ uses
|
||||
type
|
||||
TMode = (mList,mAdd,mRemove);
|
||||
const
|
||||
ConfigFilename = 'codetools.config';
|
||||
EnterCall = 'SendMethodEnter';
|
||||
ExitCall = 'SendMethodExit';
|
||||
var
|
||||
@ -143,8 +142,6 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
CodeToolBoss.SimpleInit(ConfigFilename);
|
||||
|
||||
// load the file
|
||||
Code:=CodeToolBoss.LoadFile(Filename,false,false);
|
||||
if Code=nil then
|
||||
|
Loading…
Reference in New Issue
Block a user