mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 01:19:29 +02:00
gtk2 intf: clean up
git-svn-id: trunk@35032 -
This commit is contained in:
parent
3c0edd81fd
commit
fa6daa7243
@ -4670,8 +4670,6 @@ end;
|
|||||||
function GetFontLanguageInfo(DC: HDC): DWord; override;
|
function GetFontLanguageInfo(DC: HDC): DWord; override;
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
function TGtk2WidgetSet.GetFontLanguageInfo(DC: HDC): DWord;
|
function TGtk2WidgetSet.GetFontLanguageInfo(DC: HDC): DWord;
|
||||||
var
|
|
||||||
DevCtx: TGtkDeviceContext absolute DC;
|
|
||||||
begin
|
begin
|
||||||
Result := 0;
|
Result := 0;
|
||||||
If IsValidDC(DC) then
|
If IsValidDC(DC) then
|
||||||
|
Loading…
Reference in New Issue
Block a user