summaryrefslogtreecommitdiffstats
path: root/linux.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-06 17:32:50 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-06 17:32:50 -0700
commit34db6dc2bea6173c070c9820a2e57a511b9ca0b1 (patch)
treef28829624738d01c114bf84728d23c4e659f5e63 /linux.c
parentc3f07b9f81f09421a92d42d1b98e7c984b75e20d (diff)
downloadsubsurface-34db6dc2bea6173c070c9820a2e57a511b9ca0b1.tar.gz
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>
Diffstat (limited to 'linux.c')
-rw-r--r--linux.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/linux.c b/linux.c
index 070a091fe..159e02d6a 100644
--- a/linux.c
+++ b/linux.c
@@ -9,21 +9,6 @@
const char system_divelist_default_font[] = "Sans 8";
-void subsurface_flush_conf(void)
-{
- /* this is a no-op */
-}
-
-void subsurface_close_conf(void)
-{
- /* this is a no-op */
-}
-
-const char *subsurface_icon_name()
-{
- return "subsurface-icon.svg";
-}
-
const char *system_default_filename(void)
{
const char *home, *user;
@@ -38,17 +23,6 @@ const char *system_default_filename(void)
return buffer;
}
-const char *subsurface_gettext_domainpath(char *argv0)
-{
- if (argv0[0] == '.') {
- /* we're starting a local copy */
- return "./share/locale";
- } else {
- /* subsurface is installed, so system dir should be fine */
- return NULL;
- }
-}
-
void subsurface_command_line_init(int *argc, char ***argv)
{
/* this is a no-op */