summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Process.h b/Process.h
index f4d5a463..5affabee 100644
--- a/Process.h
+++ b/Process.h
@@ -24,8 +24,6 @@ in the source distribution for its full text.
#include <sys/types.h>
-typedef struct Settings_ Settings;
-
#define PROCESS_FLAG_IO 1
#define PROCESS_FLAG_IOPRIO 2
#define PROCESS_FLAG_OPENVZ 4
@@ -195,7 +193,7 @@ void Process_done(Process* this);
extern ObjectClass Process_class;
-void Process_init(Process* this, struct Settings_* settings, struct ProcessList_* pl);
+void Process_init(Process* this, struct ProcessList_* pl);
void Process_toggleTag(Process* this);