aboutsummaryrefslogtreecommitdiff
path: root/Captura/CaptureState.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-27 22:32:10 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-27 22:32:10 +0200
commita4e804275517af683afa1733e2db7c383c306f2b (patch)
tree643eff7b3648aad15ce569eec0e1d7c9abddc00d /Captura/CaptureState.swift
parente834022c9b363804d36045892a305204f2019216 (diff)
Use framerate, control stop
Diffstat (limited to 'Captura/CaptureState.swift')
-rw-r--r--Captura/CaptureState.swift7
1 files changed, 0 insertions, 7 deletions
diff --git a/Captura/CaptureState.swift b/Captura/CaptureState.swift
deleted file mode 100644
index be354f6..0000000
--- a/Captura/CaptureState.swift
+++ /dev/null
@@ -1,7 +0,0 @@
-enum CaptureState {
- case idle
- case selectingArea
- case recording
- case uploading
- case uploaded
-}