summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/uca.h b/src/uca.h
index 9ca21db..b6466b5 100644
--- a/src/uca.h
+++ b/src/uca.h
@@ -225,15 +225,6 @@ union uca_value {
char *string;
};
-/**
- * Describes the current state of the camera.
- */
-enum uca_cam_state {
- UCA_CAM_CONFIGURABLE, /**< Camera can be configured and is not recording */
- UCA_CAM_ARMED, /**< Camera is ready for recording */
- UCA_CAM_RECORDING, /**< Camera is currently recording */
-};
-
/**
* Grab callback.