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