summaryrefslogtreecommitdiffstats
path: root/src/itdb_device.c
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-08-02 02:57:18 -0400
committerTodd Zullinger <tmz@pobox.com>2008-11-14 12:12:57 -0500
commitf6f1ddc8a49ce9424f9fe67e889c0cfaa8cde4d9 (patch)
tree1f5a6ff300063c47bf32b19af6a4a580b2b782ca /src/itdb_device.c
parent2ced0ae4d33a63d617959a604e1a71ef93912be3 (diff)
downloadlibgpod-f6f1ddc8a49ce9424f9fe67e889c0cfaa8cde4d9.tar.gz
libgpod-f6f1ddc8a49ce9424f9fe67e889c0cfaa8cde4d9.tar.xz
libgpod-f6f1ddc8a49ce9424f9fe67e889c0cfaa8cde4d9.zip
Whitespace cleanup
Diffstat (limited to 'src/itdb_device.c')
-rw-r--r--src/itdb_device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 42999df..6261711 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -1204,7 +1204,6 @@ static guint endianess_check_path (const gchar *path, const gchar *hdr)
* It will overwrite the previous setting.
*
*/
-
G_GNUC_INTERNAL void
itdb_device_autodetect_endianess (Itdb_Device *device)
{
@@ -1362,7 +1361,6 @@ gboolean itdb_device_supports_artwork (const Itdb_Device *device)
*
* Return value: true if @device can play videos.
*/
-
gboolean itdb_device_supports_video (const Itdb_Device *device)
{
const Itdb_IpodInfo *info;
@@ -1409,7 +1407,6 @@ gboolean itdb_device_supports_video (const Itdb_Device *device)
*
* Return value: true if @device can display photos.
*/
-
gboolean itdb_device_supports_photo (const Itdb_Device *device)
{
GList *formats;