diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-26 15:39:04 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-26 15:39:04 -0400 |
| commit | 8e9607083b7e540a8897aa8b923e7ac4f3df9b12 (patch) | |
| tree | 615efc60d8106550251d4e3229bb57acd15fe630 /redo/dialog_unix.go | |
| parent | 428c20d4f58cef7bb1d00895148dbe33bba5dc2d (diff) | |
Got rid of the modal queue now that it's no longer needed.
Diffstat (limited to 'redo/dialog_unix.go')
| -rw-r--r-- | redo/dialog_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/dialog_unix.go b/redo/dialog_unix.go index 7ecef93..158d11b 100644 --- a/redo/dialog_unix.go +++ b/redo/dialog_unix.go @@ -9,7 +9,6 @@ import ( ) // #include "gtk_unix.h" -// #include "modalqueue.h" // extern void our_openfile_response_callback(GtkDialog *, gint, gpointer); // /* because cgo doesn't like ... */ // static inline GtkWidget *newOpenFileDialog(GtkWindow *parent) |
