summaryrefslogtreecommitdiff
path: root/src/ctrl
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-10-31 20:18:45 +0000
committeronelin <oscar@nelin.dk>2025-10-31 20:19:00 +0000
commitb763664e9f07e18aec54818a5fb3aabd4e7c7d2a (patch)
treec706f008fd65ac576b56ca2e07b7abc78232cc03 /src/ctrl
parentfe0a06466adec45b1d957cb3cf408c917105a957 (diff)
Remove empty sources
Why exist
Diffstat (limited to 'src/ctrl')
-rw-r--r--src/ctrl/CMakeLists.txt4
-rw-r--r--src/ctrl/src/controller.c0
-rw-r--r--src/ctrl/src/ctx.c0
-rw-r--r--src/ctrl/src/keyboard.c0
-rw-r--r--src/ctrl/src/mouse.c0
5 files changed, 0 insertions, 4 deletions
diff --git a/src/ctrl/CMakeLists.txt b/src/ctrl/CMakeLists.txt
index 1fcbfb6..f37fa6a 100644
--- a/src/ctrl/CMakeLists.txt
+++ b/src/ctrl/CMakeLists.txt
@@ -1,9 +1,5 @@
add_library(daw_ctrl
- src/controller.c
- src/ctx.c
src/input.c
- src/keyboard.c
- src/mouse.c
)
target_compile_options(daw_ctrl PUBLIC ${BUILD_OPTS})
diff --git a/src/ctrl/src/controller.c b/src/ctrl/src/controller.c
deleted file mode 100644
index e69de29..0000000
--- a/src/ctrl/src/controller.c
+++ /dev/null
diff --git a/src/ctrl/src/ctx.c b/src/ctrl/src/ctx.c
deleted file mode 100644
index e69de29..0000000
--- a/src/ctrl/src/ctx.c
+++ /dev/null
diff --git a/src/ctrl/src/keyboard.c b/src/ctrl/src/keyboard.c
deleted file mode 100644
index e69de29..0000000
--- a/src/ctrl/src/keyboard.c
+++ /dev/null
diff --git a/src/ctrl/src/mouse.c b/src/ctrl/src/mouse.c
deleted file mode 100644
index e69de29..0000000
--- a/src/ctrl/src/mouse.c
+++ /dev/null