summaryrefslogtreecommitdiff
path: root/src/dlg-open-with.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:40:17 +0200
committerraveit65 <[email protected]>2021-12-11 15:59:33 +0100
commit6c55334ad9b03006686e2db6c6f6167677a2f510 (patch)
treeb558cc0ad6d97c36b449dbcb2afecb3b9002a565 /src/dlg-open-with.c
parent85909393571d91b3c267afe5341e54bfae5a6d50 (diff)
downloadengrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2
engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz
Use a blank line at most
Diffstat (limited to 'src/dlg-open-with.c')
-rw-r--r--src/dlg-open-with.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dlg-open-with.c b/src/dlg-open-with.c
index ad6d835..0f22c47 100644
--- a/src/dlg-open-with.c
+++ b/src/dlg-open-with.c
@@ -31,13 +31,11 @@
#include "fr-window.h"
#include "dlg-open-with.h"
-
typedef struct {
FrWindow *window;
GList *file_list;
} OpenData;
-
static void
app_chooser_response_cb (GtkDialog *dialog,
int response_id,
@@ -68,7 +66,6 @@ app_chooser_response_cb (GtkDialog *dialog,
}
}
-
void
dlg_open_with (FrWindow *window,
GList *file_list)
@@ -92,7 +89,6 @@ dlg_open_with (FrWindow *window,
gtk_widget_show (app_chooser);
}
-
void
open_with_cb (GtkWidget *widget,
void *callback_data)