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
commitfa06b82ef9406f713bfb633d2d303978c28453fc (patch)
treead88f2bc311db40c5499bcab83ef11254d818a25 /src/itdb.h
parent1b5011c68b6192806eb6be8c189a4cf19d27ff8e (diff)
downloadlibgpod-fa06b82ef9406f713bfb633d2d303978c28453fc.tar.gz
libgpod-fa06b82ef9406f713bfb633d2d303978c28453fc.tar.xz
libgpod-fa06b82ef9406f713bfb633d2d303978c28453fc.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);