diff options
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/t_tk.h')
| -rw-r--r-- | apps/plugins/pdbox/PDa/src/t_tk.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/plugins/pdbox/PDa/src/t_tk.h b/apps/plugins/pdbox/PDa/src/t_tk.h index e1c8e4e..c72ff9b 100644 --- a/apps/plugins/pdbox/PDa/src/t_tk.h +++ b/apps/plugins/pdbox/PDa/src/t_tk.h @@ -8,13 +8,4 @@ void pdgui_mess(char *s); void pdgui_evalfile(char *s); #define GUISTRING 1000 -/* Copyright (c) 1997-1999 Miller Puckette. -* For information on usage and redistribution, and for a DISCLAIMER OF ALL -* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ -void pdgui_vmess(char *fmt, ...); -void pdgui_mess(char *s); - -void pdgui_evalfile(char *s); - -#define GUISTRING 1000 |