From 4e6dd75d11f497f9de97fad578a05b43baf6ab36 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 7 Oct 2013 09:37:57 -0700 Subject: Remove feature checking We needed this in Gtk version as we were using a system font to show the stars and that was missing on some ancient Windows versions. With the Qt version we actually draw the stars so this has become obsolete. Suggested-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- macos.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'macos.c') diff --git a/macos.c b/macos.c index ac5faf0e8..d1b3bbedd 100644 --- a/macos.c +++ b/macos.c @@ -48,11 +48,6 @@ void subsurface_command_line_exit(int *argc, char ***argv) /* this is a no-op */ } -bool subsurface_os_feature_available(os_feature_t f) -{ - return TRUE; -} - int enumerate_devices (device_callback_t callback, void *userdata) { int index = -1; -- cgit v1.2.3-70-g09d2