summaryrefslogtreecommitdiff
path: root/libgphoto2/jpeg.c
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-09 16:25:04 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-09 16:25:04 +0000
commit555b67ddb6e752dc4f86810e64e987b149dcc32b (patch)
tree2155315a6ba04344f9c3ea3b4b2e3ddde6c67b27 /libgphoto2/jpeg.c
parentf082f4a9e338531752fcfbd1bd4f0f8c79da705f (diff)
downloadlibgphoto2-555b67ddb6e752dc4f86810e64e987b149dcc32b.tar.gz
2001-10-09 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* camlibs/agfa/agfa.c: delete_file_func, get_file_func * camlibs/canon/canon.c: Add warning that upload and deletion is broken * camlibs/jd350e/jd350e.c: Tiny update * camlibs/kodak/dc120/dc120.c: folder_list_func, file_list_func, get_file_func, delete_file_func * camlibs/kodak/dc240.c: Add warning that changes have to be made * camlibs/konica/library.c: delete_all_func, delete_file_func * camlibs/minolta/dimagev/dimagev.c: delete_file_func, put_file_func, * camlibs/panasonic/dc1000.c: file_list_func, get_file_func, put_file_func, delete_file_func * camlibs/panasonic/dc1580.c: get_file_func, put_file_func, delete_file_func * camlibs/panasonic/l859.c: delete_file_func, delete_all_func * camlibs/polaroid/pdc320.c: get_file_func, delete_all_func * camlibs/polaroid/pdc640.c: get_file_func, delete_file_func * camlibs/sierra/library.c: * camlibs/sierra/sierra.c: delete_all_func, delete_file_func * camlibs/sonydscf1/sonydscf1.c: delete_file_func * camlibs/sonydscf55/sonydscf55.c: Tiny update * camlibs/stv0680/stv0680.c: Tiny update * frontens/command-line/interface.c: Don't show "" status and 0.0 progress * libgphoto2/camera.c: * include/gphoto2-camera.h: Remove put_file, delete_all and delete - this should all be done using the filesystem. In the future, file_get and the listing functions will also disappear. * include/gphoto2-filesys.h: * libgphoto2/filesys.c: Add deletion and upload. * libgphoto2/jpeg.c: Kill unused variable * tests/test-filesys.c: Update git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2462 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/jpeg.c')
-rw-r--r--libgphoto2/jpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgphoto2/jpeg.c b/libgphoto2/jpeg.c
index c47b1ede1..dc5d1fa3d 100644
--- a/libgphoto2/jpeg.c
+++ b/libgphoto2/jpeg.c
@@ -44,7 +44,6 @@ chunk *mychunk;
chunk *chunk_new_filled(int length, char *data)
{
- int x;
chunk *mychunk;
printf("Entered chunk_new_filled\n");
mychunk = chunk_new(length);