diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-06-18 23:08:40 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-06-18 23:08:40 +0000 |
commit | 9a877f07e6df226f4ef1e9dd355deddab004f4ae (patch) | |
tree | 0e40d3fab21d537b962079f36dbe5205bae7b3c4 /audio/snd/files | |
parent | b35f7c6b6274f7e2e5bc523e64a31859d37f85ea (diff) |
Update to version 7. Use OPTIONS.
Notes
Notes:
svn path=/head/; revision=111768
Diffstat (limited to 'audio/snd/files')
-rw-r--r-- | audio/snd/files/patch-snd-nogui_c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/snd/files/patch-snd-nogui_c b/audio/snd/files/patch-snd-nogui_c deleted file mode 100644 index a652f5b43961..000000000000 --- a/audio/snd/files/patch-snd-nogui_c +++ /dev/null @@ -1,14 +0,0 @@ ---- snd-nogui.c.old Mon Dec 3 05:03:09 2001 -+++ snd-nogui.c Thu Jan 17 10:46:15 2002 -@@ -240,9 +240,9 @@ - char *clm2snd_help(void) {return(NULL);} - char *read_file_data_choices(file_data *fdat, int *srate, int *chans, int *type, int *format, int *location) {return(NULL);} - void alert_new_file(void) {} -- -+#if HAVE_GUILE - void g_initialize_xgfile(void) {} -- -+#endif - snd_info *make_new_file_dialog(snd_state *ss, char *newname, int header_type, int data_format, int srate, int chans, char *comment) {return(NULL);} - void make_cur_name_row(int old_size, int new_size) {} - void make_prev_name_row(int old_size, int new_size) {} |