From 0ea64a41e1499d25296bdcc69fe207e20e545efd Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 27 Nov 2025 21:37:04 +0100 Subject: Port to GOptionContext commandline argument parser + rework GTK initialization --- UGnome.pas | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'UGnome.pas') diff --git a/UGnome.pas b/UGnome.pas index f835ff9..532301d 100644 --- a/UGnome.pas +++ b/UGnome.pas @@ -166,9 +166,6 @@ var gnome_date_edit_get_time: function (gde: PGnomeDateEdit): time_t; cdecl; - -procedure LoadGnomeLibs; - implementation uses SysUtils, DateUtils, UCoreUtils, ULocale, UFileAssoc; @@ -1467,9 +1464,7 @@ end; (********************************************************************************************************************************) (********************************************************************************************************************************) -procedure LoadGnomeLibs; -begin - // Set default values +initialization gnome_icon_entry_new := nil; gnome_icon_entry_set_pixmap_subdir := nil; gnome_icon_entry_get_filename := nil; @@ -1477,8 +1472,5 @@ begin gnome_date_edit_new := nil; gnome_date_edit_set_time := nil; gnome_date_edit_get_time := nil; -end; - - end. -- cgit v1.2.3