]> git.pld-linux.org Git - packages/rhythmbox.git/commitdiff
- one function definition is enough, kill duplicate
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Apr 2004 16:52:27 +0000 (16:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rhythmbox-dup.patch -> 1.1

rhythmbox-dup.patch [new file with mode: 0644]

diff --git a/rhythmbox-dup.patch b/rhythmbox-dup.patch
new file mode 100644 (file)
index 0000000..3d7a352
--- /dev/null
@@ -0,0 +1,19 @@
+--- rhythmbox-0.8.0/sources/itunesdb.c.orig    2004-04-15 19:31:41.000000000 +0000
++++ rhythmbox-0.8.0/sources/itunesdb.c 2004-04-20 16:36:14.000000000 +0000
+@@ -394,16 +394,6 @@
+   return fixup_utf16(entry_utf16);
+ }
+-#if (G_BYTE_ORDER == G_BIG_ENDIAN)
+-/* Get length of utf16 string in number of characters (words) */
+-static guint32 utf16_strlen (gunichar2 *utf16)
+-{
+-  guint32 i=0;
+-  while (utf16[i] != 0) ++i;
+-  return i;
+-}
+-#endif
+-
+ /* get a PL, return pos where next PL should be, name and content */
+ static iPodPlaylist * get_pl(iPodParser *parser) 
+ {
This page took 0.06625 seconds and 4 git commands to generate.