diff options
author | infirit <[email protected]> | 2014-12-16 13:13:12 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:13:12 +0100 |
commit | 5cd04b66774752f6763fcfe41785645d1fa5260d (patch) | |
tree | 7c34140266cc5c094db406ae1250884a16a51eda /src | |
parent | 59593e0c5533698a56fabd4f230c3b3579628a85 (diff) | |
download | mate-system-monitor-5cd04b66774752f6763fcfe41785645d1fa5260d.tar.bz2 mate-system-monitor-5cd04b66774752f6763fcfe41785645d1fa5260d.tar.xz |
Remove deprecated call to g_type_init
Diffstat (limited to 'src')
-rw-r--r-- | src/procman.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/procman.cpp b/src/procman.cpp index 180b0d4..573c49e 100644 --- a/src/procman.cpp +++ b/src/procman.cpp @@ -712,8 +712,6 @@ main (int argc, char *argv[]) exit (0); } - g_type_init (); - gtk_window_set_default_icon_name ("utilities-system-monitor"); g_set_application_name(_("System Monitor")); |