spktoolbar: Less hints and warnings

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6174 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-02-05 12:05:26 +00:00
parent e6b9f9169d
commit fdee2dddbe
13 changed files with 101 additions and 96 deletions

View File

@ -17,7 +17,7 @@ interface
uses
Graphics, Classes, Forms, SysUtils,
SpkGUITools, SpkXMLParser, SpkXMLTools,
spkt_Dispatch, spkt_Exceptions, spkt_Const;
spkt_Dispatch, spkt_Exceptions;
type
TSpkPaneStyle = (
@ -1605,7 +1605,7 @@ end;
procedure SetDefaultFont(AFont: TFont);
begin
// AFont.Assign(Screen.MenuFont);
//AFont.Assign(Screen.MenuFont); // wp: why is this harmful?
end;
end.