summaryrefslogtreecommitdiff
path: root/camlibs/enigma13
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2004-12-23 00:19:09 +0000
committerHubert Figuiere <hub@figuiere.net>2004-12-23 00:19:09 +0000
commitec6c95416c3601be6c14408867b6a1bb2c182abf (patch)
treea34e27e399d663560aa1c5e84676f5820fe0fff1 /camlibs/enigma13
parenta657fa101668014a0581b75e58a4582b2b5fe0cd (diff)
downloadlibgphoto2-ec6c95416c3601be6c14408867b6a1bb2c182abf.tar.gz
Some code clean up by Edward Kuns
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7460 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/enigma13')
-rw-r--r--camlibs/enigma13/ChangeLog5
-rw-r--r--camlibs/enigma13/enigma13.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/camlibs/enigma13/ChangeLog b/camlibs/enigma13/ChangeLog
index 6f2df82c3..b935ce916 100644
--- a/camlibs/enigma13/ChangeLog
+++ b/camlibs/enigma13/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-22 Hubert Figuiere <hfiguiere@teaser.fr>
+
+ * enigma13.c (enigma13_detect_storage_type): Comment out dead code.
+ (enigma13_get_filecount): Comment out dead code.
+
2004-10-28 Hubert Figuiere <hfiguiere@teaser.fr>
* enigma13.c (enigma13_flash_delete_all): Fix build for gcc 2.9
diff --git a/camlibs/enigma13/enigma13.c b/camlibs/enigma13/enigma13.c
index 1d8b38083..94c83b244 100644
--- a/camlibs/enigma13/enigma13.c
+++ b/camlibs/enigma13/enigma13.c
@@ -73,6 +73,7 @@ static int enigma13_about (Camera *camera, CameraText *about, GPContext *context
}
+#if 0
/*
* This function probes the camera to get all the storages media
* supported (sdram, flash, card)
@@ -93,6 +94,7 @@ static int enigma13_detect_storage_type (Camera *camera)
, buf[0], buf[1], buf[2]);
return GP_OK;
}
+#endif
@@ -141,6 +143,7 @@ static int enigma13_wait_for_ready(Camera *camera)
+#if 0
/*
* Get the number of images in cam
*
@@ -158,6 +161,7 @@ static int enigma13_get_filecount (Camera *camera, int *filecount)
*filecount = response;
return GP_OK;
}
+#endif