Delete code and files that are no longer used

Most of this is Gtk related, some of it is helpers that we don't need
anymore. I love the diffstat.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-10-06 17:32:50 -07:00
parent c3f07b9f81
commit 34db6dc2be
17 changed files with 4 additions and 7245 deletions

2
dive.h
View file

@ -694,9 +694,7 @@ typedef enum {
} os_feature_t;
extern const char *existing_filename;
extern const char *subsurface_gettext_domainpath(char *);
extern bool subsurface_os_feature_available(os_feature_t);
extern bool subsurface_launch_for_uri(const char *);
extern void subsurface_command_line_init(int *, char ***);
extern void subsurface_command_line_exit(int *, char ***);