diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2006-10-25 14:30:45 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2006-10-25 14:30:45 +0000 |
| commit | e48a0354093a5c7f26d67f5584dfb2f38f680870 (patch) | |
| tree | aab8d06f6fa3aa8b8bafe3f8e1a33ad6e0db72cb /apps/tagdb/unique.h | |
| parent | 18755b97c014365387f42ea2acd8e9982982fb00 (diff) | |
| download | rockbox-e48a0354093a5c7f26d67f5584dfb2f38f680870.zip rockbox-e48a0354093a5c7f26d67f5584dfb2f38f680870.tar.gz rockbox-e48a0354093a5c7f26d67f5584dfb2f38f680870.tar.bz2 rockbox-e48a0354093a5c7f26d67f5584dfb2f38f680870.tar.xz | |
remove the old tagdb source, tagcache replaced this a while ago
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11340 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagdb/unique.h')
| -rw-r--r-- | apps/tagdb/unique.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/tagdb/unique.h b/apps/tagdb/unique.h deleted file mode 100644 index bd5ebd8..0000000 --- a/apps/tagdb/unique.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifdef -#ifndef __UNIQUE_H__ -#define __UNIQUE_H__ - -char *create_unique_name(char *buffer, const char *prefix, const char *suffix, int digits); - -#endif -#endif |