]> git.pld-linux.org Git - packages/rhythmbox.git/blame - rhythmbox-dup.patch
- one function definition is enough, kill duplicate
[packages/rhythmbox.git] / rhythmbox-dup.patch
CommitLineData
b628913f
JB
1--- rhythmbox-0.8.0/sources/itunesdb.c.orig 2004-04-15 19:31:41.000000000 +0000
2+++ rhythmbox-0.8.0/sources/itunesdb.c 2004-04-20 16:36:14.000000000 +0000
3@@ -394,16 +394,6 @@
4 return fixup_utf16(entry_utf16);
5 }
6
7-#if (G_BYTE_ORDER == G_BIG_ENDIAN)
8-/* Get length of utf16 string in number of characters (words) */
9-static guint32 utf16_strlen (gunichar2 *utf16)
10-{
11- guint32 i=0;
12- while (utf16[i] != 0) ++i;
13- return i;
14-}
15-#endif
16-
17 /* get a PL, return pos where next PL should be, name and content */
18 static iPodPlaylist * get_pl(iPodParser *parser)
19 {
This page took 0.101688 seconds and 4 git commands to generate.