vlc: less hints

git-svn-id: trunk@56797 -
This commit is contained in:
mattias 2017-12-19 21:12:56 +00:00
parent 46b7e69686
commit d4961faa90

View File

@ -101,6 +101,8 @@ end;
procedure TLCLVLCPlayer.SetParentWindowSize(AWidth, AHeight: Cardinal);
begin
if AWidth=0 then ;
if AHeight=0 then ;
end;
end.