summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 292f4b1..cff302d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -236,7 +236,6 @@ prepare_app (void)
g_free (extract_to_uri);
}
-
static void
startup_cb (GApplication *application)
{
@@ -244,7 +243,6 @@ startup_cb (GApplication *application)
prepare_app ();
}
-
static void
activate_cb (GApplication *application)
{
@@ -259,7 +257,6 @@ activate_cb (GApplication *application)
}
}
-
static void
fr_save_state (EggSMClient *client, GKeyFile *state, gpointer user_data)
{
@@ -305,7 +302,6 @@ fr_save_state (EggSMClient *client, GKeyFile *state, gpointer user_data)
g_key_file_set_integer (state, "Session", "archives", i);
}
-
int
main (int argc, char **argv)
{