aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/types.h b/src/types.h
index d4a2f62..3ed2873 100644
--- a/src/types.h
+++ b/src/types.h
@@ -65,13 +65,6 @@ typedef struct {
typedef struct {
- int pos; /* Slider position, 0=bottom, 1000=top */
- int moo;
-
-} PhysicsContext;
-
-typedef struct {
-
GtkWidget *window;
GtkWidget *notebook;
GtkWidget *acceldata;
@@ -85,12 +78,6 @@ typedef struct {
GtkWidget *bz;
GtkWidget *moo;
- AccelHandle *accel;
- guint accel_timeout;
-
- AudioContext *audio;
- PhysicsContext *physics;
-
} MainWindow;
#endif /* TYPES_H */