aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/WatchFaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/WatchFaces.h')
-rw-r--r--src/displayapp/WatchFaces.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/displayapp/WatchFaces.h b/src/displayapp/WatchFaces.h
deleted file mode 100644
index 2982347a..00000000
--- a/src/displayapp/WatchFaces.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-namespace Pinetime {
- namespace Applications {
- enum class WatchFace : uint8_t {
- Digital = 0,
- Analog = 1,
- PineTimeStyle = 2,
- Terminal = 3,
- Infineat = 4,
- CasioStyleG7710 = 5,
- };
- }
-}