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