[easytag] Remove obsolete GLib version check
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Remove obsolete GLib version check
- Date: Tue, 30 Jun 2015 07:33:46 +0000 (UTC)
commit 5b8b18cec47adc98810cae4f709c496fe3449356
Author: David King <amigadave amigadave com>
Date: Mon Jun 29 20:08:58 2015 +0100
Remove obsolete GLib version check
GTK+ 3.10 requires GLib 2.38, so a check for 2.35.1 is useless.
src/main.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 486210a..b1cd498 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,10 +34,6 @@ main (int argc, char *argv[])
bind_textdomain_codeset (PACKAGE_TARNAME, "UTF-8");
#endif /* ENABLE_NLS */
-#if !GLIB_CHECK_VERSION (2, 35, 1)
- g_type_init ();
-#endif /* !GLIB_CHECK_VERSION (2, 35, 1) */
-
application = et_application_new ();
status = g_application_run (G_APPLICATION (application), argc, argv);
g_object_unref (application);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]