diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) { |