Cleanups: fix g_type_init() deprecation warning

None of this seems necessary anymore. This file could be axed, but leave
it for now.
This commit is contained in:
Hysterical Raisins
2019-07-04 22:11:24 +02:00
parent bf8e765c89
commit 33662d42ae

View File

@ -38,9 +38,5 @@
void
eek_init (void)
{
g_type_init ();
g_type_class_ref (EEK_TYPE_SYMBOL);
g_type_class_ref (EEK_TYPE_KEYSYM);
g_type_class_ref (EEK_TYPE_TEXT);
/* void */
}