summaryrefslogtreecommitdiff
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/process.h b/src/process.h
index 395762fe..fc45e5a0 100644
--- a/src/process.h
+++ b/src/process.h
@@ -27,12 +27,9 @@ G_BEGIN_DECLS
#define PROCESS_SIGNAL_GOT_SIGNAL "got-signal"
#define PROCESS_SIGNAL_STOPPED "stopped"
-typedef struct ProcessPrivate ProcessPrivate;
-
typedef struct
{
- GObject parent_instance;
- ProcessPrivate *priv;
+ GObject parent_instance;
} Process;
typedef struct