summaryrefslogtreecommitdiff
path: root/src/procman.h
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-12-12 23:14:17 +0300
committermonsta <[email protected]>2016-01-11 14:05:07 +0300
commitcbb995375f1b97679fd42090e31277666249cc84 (patch)
tree46f1d7dcbbb63837e2ddfe8013bb756d01b72fdb /src/procman.h
parent6a9264b25f20fe81d837217a6d4875d4e594983f (diff)
downloadmate-system-monitor-cbb995375f1b97679fd42090e31277666249cc84.tar.bz2
mate-system-monitor-cbb995375f1b97679fd42090e31277666249cc84.tar.xz
drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'src/procman.h')
-rw-r--r--src/procman.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/procman.h b/src/procman.h
index 46c93a9..388f0e6 100644
--- a/src/procman.h
+++ b/src/procman.h
@@ -96,7 +96,6 @@ struct ProcConfig
int disks_update_interval;
gint whose_process;
gint current_tab;
-#if GTK_CHECK_VERSION(3,0,0)
GdkRGBA cpu_color[GLIBTOP_NCPU];
GdkRGBA mem_color;
GdkRGBA swap_color;
@@ -104,15 +103,6 @@ struct ProcConfig
GdkRGBA net_out_color;
GdkRGBA bg_color;
GdkRGBA frame_color;
-#else
- GdkColor cpu_color[GLIBTOP_NCPU];
- GdkColor mem_color;
- GdkColor swap_color;
- GdkColor net_in_color;
- GdkColor net_out_color;
- GdkColor bg_color;
- GdkColor frame_color;
-#endif
gint num_cpus;
bool solaris_mode;
bool network_in_bits;