From a411a7391bb879db8da398f067245a13c7fa7aee Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 25 Jul 2018 23:10:36 +0300 Subject: major code cleaning of all font-related structures --- plugins/HistoryPlusPlus/hpp_options.pas | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/hpp_options.pas b/plugins/HistoryPlusPlus/hpp_options.pas index d638a2a030..d8a442a711 100644 --- a/plugins/HistoryPlusPlus/hpp_options.pas +++ b/plugins/HistoryPlusPlus/hpp_options.pas @@ -264,7 +264,6 @@ procedure RegisterFont(Name:PAnsiChar; Order:integer; const defFont:TFontSetting var fid: TFontID; begin - fid.cbSize := sizeof(fid); fid.group := hppName; fid.dbSettingsGroup := hppDBName; fid.flags := FIDF_DEFAULTVALID+FIDF_ALLOWEFFECTS; @@ -282,7 +281,6 @@ procedure RegisterColor(Name:PAnsiChar; Order:integer; defColor:TColor); var cid: TColourID; begin - cid.cbSize := sizeof(cid); cid.group := hppName; cid.dbSettingsGroup := hppDBName; cid.order := Order; -- cgit v1.2.3