summaryrefslogtreecommitdiffstats
path: root/gtk2/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2/status.h')
-rw-r--r--gtk2/status.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/gtk2/status.h b/gtk2/status.h
deleted file mode 100644
index c98e4c9b0..000000000
--- a/gtk2/status.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- *
- */
-
-enum HBState_e
-{
- HB_STATE_NEED_DEVICE,
- HB_STATE_SCANNING,
- HB_STATE_INVALID_DEVICE,
- HB_STATE_READY_TO_RIP,
- HB_STATE_ENCODING,
- HB_STATE_DONE,
- HB_STATE_CANCELED,
- HB_STATE_ERROR,
-};
-
-typedef struct
-{
- int i_state;
- int i_error;
- int b_new;
-
- int i_title;
- int i_title_count;
-
- HBList *titleList;
-
- float position;
- int i_remaining;
- float fps;
-
-} HBStatus;
-