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 <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-10-07 09:37:57 -07:00
parent edd2db6886
commit 4e6dd75d11
4 changed files with 0 additions and 31 deletions

View file

@ -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;