diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2025-11-27 21:37:04 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2025-11-27 21:43:01 +0100 |
| commit | 0ea64a41e1499d25296bdcc69fe207e20e545efd (patch) | |
| tree | 7967ec49a0cfa1a92cec0501ada90ae7c2d4d5e2 /UGnome.pas | |
| parent | 2af0113561115645809b19e5200d433fe13199a1 (diff) | |
| download | tuxcmd-0ea64a41e1499d25296bdcc69fe207e20e545efd.tar.xz | |
Port to GOptionContext commandline argument parser
+ rework GTK initialization
Diffstat (limited to 'UGnome.pas')
| -rw-r--r-- | UGnome.pas | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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. |
