summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-22 22:39:33 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-22 22:39:33 -0300
commit1084a3ff8faf3aa98e8e9fbdab97a08a2c40482e (patch)
treeb2edc9cc57549ab4d98b107d159d6a6d21a200b4 /htop.c
parent09c7152990b6fd269ac0a023e2093dcf041e2f9d (diff)
Working on integration of IncSet in new branch.
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/htop.c b/htop.c
index af2a5103..026e04b6 100644
--- a/htop.c
+++ b/htop.c
@@ -233,10 +233,7 @@ int main(int argc, char** argv) {
}
ProcessList_printHeader(pl, Panel_getHeader((Panel*)panel));
- IncSet* inc = IncSet_new(defaultBar);
-
State state = {
- .inc = inc,
.settings = settings,
.ut = ut,
.pl = pl,
@@ -460,7 +457,6 @@ int main(int argc, char** argv) {
ScreenManager_delete(scr);
- IncSet_delete(inc);
UsersTable_delete(ut);
Settings_delete(settings);

© 2014-2024 Faster IT GmbH | imprint | privacy policy