summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-09-28 00:32:50 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-09-28 00:32:50 +0000
commit4412bb0234dbd8bc976b9488c5a57cb5647226b9 (patch)
treead88f2bc311db40c5499bcab83ef11254d818a25 /src/itdb.h
parent6efcc655dc236dbfafc8e12a1371c27f12c1a973 (diff)
downloadlibgpod-4412bb0234dbd8bc976b9488c5a57cb5647226b9.tar.gz
libgpod-4412bb0234dbd8bc976b9488c5a57cb5647226b9.tar.xz
libgpod-4412bb0234dbd8bc976b9488c5a57cb5647226b9.zip
Reverted accidential patch.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1324 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 60e6c22..d51fac0 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -965,10 +965,6 @@ gboolean itdb_photodb_write (Itdb_PhotoDB *db, GError **error);
void itdb_photodb_photoalbum_free (Itdb_PhotoAlbum *pa);
gboolean itdb_photodb_remove_photo (Itdb_PhotoDB *db,
const gint photo_id );
-gboolean itdb_photodb_remove_photoalbum (Itdb_PhotoDB *db,
- const gchar *album_name);
-gboolean itdb_photodb_rename_photoalbum (Itdb_PhotoDB *db,
- const gchar *album_name, const gchar *new_album_name);
/* itdb_artwork_... */
Itdb_Artwork *itdb_artwork_new (void);