codetools: clean up

git-svn-id: trunk@41078 -
This commit is contained in:
mattias 2013-05-08 18:46:44 +00:00
parent c17b193ddc
commit 1f7adcb09a

View File

@ -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