Mercurial > audlegacy
changeset 408:ee3bf186998e trunk
[svn] Disable unused function: audmp4_strip_spaces
author | chainsaw |
---|---|
date | Sun, 08 Jan 2006 15:14:58 -0800 |
parents | 33823c38e10d |
children | bbbbfd16996c |
files | Plugins/Input/aac/src/fileinfo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/aac/src/fileinfo.c Sun Jan 08 15:02:54 2006 -0800 +++ b/Plugins/Input/aac/src/fileinfo.c Sun Jan 08 15:14:58 2006 -0800 @@ -62,6 +62,7 @@ #define MAX_STR_LEN 100 +#if 0 static guint audmp4_strip_spaces(char *src, size_t n) { @@ -91,7 +92,6 @@ return src - start; } -#if 0 static void set_entry_tag(GtkEntry * entry, gchar * tag, gint length) {