leakview: less hints

git-svn-id: trunk@53310 -
This commit is contained in:
mattias 2016-11-08 12:19:47 +00:00
parent 0fdd65225d
commit 6e64d8a23d

View File

@ -563,7 +563,10 @@ begin
begin
IDECommand := RegisterIDECommand(IDECommandCategory, rsLeakView, rsLeakView, IDEShortCutX, nil, @IDEMenuClicked);
if IDECommand <> nil then
begin
IDEButtonCommand := RegisterIDEButtonCommand(IDECommand);
if IDEButtonCommand=nil then ;
end;
end;
end;