summaryrefslogtreecommitdiff
path: root/src/dlg-open-with.c
diff options
context:
space:
mode:
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)