From d2dc9ac87bbdbbe465a0a07b63843282fb28eee7 Mon Sep 17 00:00:00 2001 From: James Dong Date: Mon, 27 Apr 2009 12:01:59 -0700 Subject: Bug fix(1807910): media recorder crash due to the use of locked camera object (last part) - remove an unused Camera constructor - add a check on the argument in Camera::create() method --- include/ui/Camera.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/ui/Camera.h b/include/ui/Camera.h index 12fa20f..fd851d9 100644 --- a/include/ui/Camera.h +++ b/include/ui/Camera.h @@ -78,7 +78,6 @@ class Camera : public BnCameraClient, public IBinder::DeathRecipient { public: // construct a camera client from an existing remote - Camera(const sp& camera); // to be removed static sp create(const sp& camera); static sp connect(); ~Camera(); -- cgit v1.1