mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
5b143ccc91
Co-authored-by: erikbackman <erikbackman@users.noreply.github.com>
13 lines
388 B
Diff
13 lines
388 B
Diff
diff --git a/ion/src/simulator/linux/Makefile b/ion/src/simulator/linux/Makefile
|
|
index ca7da03fa..b05bba115 100644
|
|
--- a/ion/src/simulator/linux/Makefile
|
|
+++ b/ion/src/simulator/linux/Makefile
|
|
@@ -28,7 +28,6 @@ ion_src += $(addprefix ion/src/simulator/shared/, \
|
|
collect_registers.cpp \
|
|
haptics.cpp \
|
|
journal.cpp \
|
|
- platform_action_modifier_ctrl.cpp \
|
|
state_file.cpp \
|
|
)
|
|
|