From c27b52b41a3139366c13e6efc4f2e7a3ab8eb145 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 2 Jun 2014 17:34:30 +0200 Subject: Remove deprecated call to g_type_init --- cpufreq/src/cpufreq-selector/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpufreq/src/cpufreq-selector/main.c') diff --git a/cpufreq/src/cpufreq-selector/main.c b/cpufreq/src/cpufreq-selector/main.c index 44518c3e..37734172 100644 --- a/cpufreq/src/cpufreq-selector/main.c +++ b/cpufreq/src/cpufreq-selector/main.c @@ -183,8 +183,6 @@ main (gint argc, gchar **argv) } #endif - g_type_init (); - context = g_option_context_new ("- CPUFreq Selector"); g_option_context_add_main_entries (context, options, NULL); -- cgit v1.2.1