From 4570aa77dc44b45b43887e2596d789738b28056b Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Fri, 19 Feb 2010 18:48:50 +0000 Subject: Removed "camera free" messages. svn path=/trunk/externals/bbogart/; revision=13175 --- gphoto/gphoto.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gphoto/gphoto.c b/gphoto/gphoto.c index 94179b2..45b75a6 100644 --- a/gphoto/gphoto.c +++ b/gphoto/gphoto.c @@ -88,7 +88,6 @@ void *closeCam(void *gphoto) { int gp_ret; gp_camera_free(((gphoto_struct *)gphoto)->camera); - post("camera free"); // Send state out 2nd outlet. sys_lock(); @@ -431,11 +430,10 @@ static void *gphoto_new(void) { return (void *)gphoto; } -// Destructor to cleanup camera if its still open. +// Destructor to cleanup camera if it's still open. static void *gphoto_free(gphoto_struct *gphoto) { if (!gphoto->connected) { gp_camera_free(gphoto->camera); - post("camera free"); // TODO remove me! } } -- cgit v1.2.1