diff options
author | infirit <[email protected]> | 2014-06-02 17:34:30 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-02 17:34:30 +0200 |
commit | c27b52b41a3139366c13e6efc4f2e7a3ab8eb145 (patch) | |
tree | a51302354f9a1c97cdb94138a3bf7de6a56c6b00 /cpufreq/src/cpufreq-selector | |
parent | a75ab9ff43448aaf5dbb307cfea0ae40efaf01bb (diff) | |
download | mate-applets-c27b52b41a3139366c13e6efc4f2e7a3ab8eb145.tar.bz2 mate-applets-c27b52b41a3139366c13e6efc4f2e7a3ab8eb145.tar.xz |
Remove deprecated call to g_type_init
Diffstat (limited to 'cpufreq/src/cpufreq-selector')
-rw-r--r-- | cpufreq/src/cpufreq-selector/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |