* Removed Lazarus specific code, bug #19574

git-svn-id: trunk@17815 -
This commit is contained in:
joost 2011-06-23 21:38:36 +00:00
parent a6b2fcfe22
commit 4e4b494b52

View File

@ -91,8 +91,7 @@ begin
exit;
end;
if AAction <> 'laz_list' then //do not cache list action
ExecutedActions.Add(FullActionName,Pointer(PtrUInt(1)));
ExecutedActions.Add(FullActionName,Pointer(PtrUInt(1)));
// Create action handler class
pkghandlerclass:=GetPkgHandler(AAction);