diff options
author | Lutz Mueller <lutz@users.sourceforge.net> | 2001-10-08 08:18:30 +0000 |
---|---|---|
committer | Lutz Mueller <lutz@users.sourceforge.net> | 2001-10-08 08:18:30 +0000 |
commit | 27c1b166f9cd85bad7d2453d99882ce2117ae0d4 (patch) | |
tree | 02e22209772b1127bff423375fd4d27d632b3a7a /camlibs/barbie | |
parent | 7d8e842fb10f0b01c8314106596867aa99a74cfd (diff) | |
download | libgphoto2-27c1b166f9cd85bad7d2453d99882ce2117ae0d4.tar.gz |
2001-10-08 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* include/gphoto2-frontend.h
* libgphoto2/frontend.c
* camlibs: gp_frontend_progress -> gp_camera_progress,
gp_frontend_status -> gp_camera_status
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2436 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/barbie')
-rw-r--r-- | camlibs/barbie/barbie.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camlibs/barbie/barbie.c b/camlibs/barbie/barbie.c index e0d72511d..82c42ec64 100644 --- a/camlibs/barbie/barbie.c +++ b/camlibs/barbie/barbie.c @@ -87,8 +87,6 @@ camera_file_get (Camera *camera, const char *folder, const char *filename, int size, num; char *data; - gp_frontend_progress(camera, NULL, 0.00); - /* Retrieve the number of the photo on the camera */ num = gp_filesystem_number (camera->fs, "/", filename); |