summaryrefslogtreecommitdiffstats
path: root/gtk2/status.h
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-04-09 18:10:01 +0000
committersr55 <[email protected]>2007-04-09 18:10:01 +0000
commit1397a47e08cc77ad942f5d5b791238a0d3092d57 (patch)
tree67c8945f9e38f71fa566ced6f199c58d2f7f5b1c /gtk2/status.h
parent458400054ca8bbbed3ebe2e5a3c92310790def16 (diff)
gtk2 and wx gui's are no longer used. Removed to save bandwidth.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@490 b64f7644-9d1e-0410-96f1-a4d463321fa5
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;
-