diff options
Diffstat (limited to 'src/uca.h')
-rw-r--r-- | src/uca.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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. |