summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 09:37:57 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 09:39:25 -0700
commit4e6dd75d11f497f9de97fad578a05b43baf6ab36 (patch)
tree15c6586712d0d1197da5fe1f5aad9b2beeddfc85 /dive.h
parentedd2db688619aedf5efb10c231593591c963fc0f (diff)
downloadsubsurface-4e6dd75d11f497f9de97fad578a05b43baf6ab36.tar.gz
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>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/dive.h b/dive.h
index 78d91f066..a6dd0e5b6 100644
--- a/dive.h
+++ b/dive.h
@@ -700,13 +700,7 @@ const char *monthname(int mon);
#define FIVE_STARS UTF8_BLACKSTAR UTF8_BLACKSTAR UTF8_BLACKSTAR UTF8_BLACKSTAR UTF8_BLACKSTAR
extern const char *star_strings[];
-/* enum holding list of OS features */
-typedef enum {
- UTF8_FONT_WITH_STARS
-} os_feature_t;
-
extern const char *existing_filename;
-extern bool subsurface_os_feature_available(os_feature_t);
extern void subsurface_command_line_init(int *, char ***);
extern void subsurface_command_line_exit(int *, char ***);