From c9b9e1d654ea697afad9f6427d94623bfdf55cce Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 28 Jul 2023 13:48:53 +0200 Subject: Add clipboard --- Captura/Data/CaptureState.swift | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Captura/Data/CaptureState.swift (limited to 'Captura/Data/CaptureState.swift') diff --git a/Captura/Data/CaptureState.swift b/Captura/Data/CaptureState.swift deleted file mode 100644 index be354f6..0000000 --- a/Captura/Data/CaptureState.swift +++ /dev/null @@ -1,7 +0,0 @@ -enum CaptureState { - case idle - case selectingArea - case recording - case uploading - case uploaded -} -- cgit