diff options
author | 2009-03-03 14:04:24 -0800 | |
---|---|---|
committer | 2009-03-03 14:04:24 -0800 | |
commit | 43aa2b1cbf7a03e248e10f4d0fec0463257cd52d (patch) | |
tree | 419be3db269033df1a79ef96e10fe15be35ce27d /libs/ui/Camera.cpp | |
parent | 0bb03408de8886e8d17013219967d42fb9c8cf8c (diff) |
auto import from //depot/cupcake/@132589
Diffstat (limited to 'libs/ui/Camera.cpp')
-rw-r--r-- | libs/ui/Camera.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ui/Camera.cpp b/libs/ui/Camera.cpp index b3cbda14fb..6c60b853ea 100644 --- a/libs/ui/Camera.cpp +++ b/libs/ui/Camera.cpp @@ -110,8 +110,6 @@ sp<Camera> Camera::connect() if (c->mCamera != 0) { c->mCamera->asBinder()->linkToDeath(c); c->mStatus = NO_ERROR; - } else { - c.clear(); } return c; } |