summaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
Diffstat (limited to 'macos.c')
-rw-r--r--macos.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/macos.c b/macos.c
index d1b3bbedd..64b23a792 100644
--- a/macos.c
+++ b/macos.c
@@ -38,16 +38,6 @@ const char *system_default_filename(void)
return buffer;
}
-void subsurface_command_line_init(int *argc, char ***argv)
-{
- /* this is a no-op */
-}
-
-void subsurface_command_line_exit(int *argc, char ***argv)
-{
- /* this is a no-op */
-}
-
int enumerate_devices (device_callback_t callback, void *userdata)
{
int index = -1;