summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-04-05 15:44:20 -0700
committerMathias Agopian <mathias@google.com>2011-04-05 20:11:55 -0700
commit8b1027d3f873fc15c70f8645f1856936b69241a4 (patch)
tree937508beb7e2632939b5ea349ca945da2380b2cc /services/camera/libcameraservice/CameraService.h
parentabf471f9d25f7a3104c5723657e3c6c329f3f08c (diff)
downloadframeworks_av-8b1027d3f873fc15c70f8645f1856936b69241a4.zip
frameworks_av-8b1027d3f873fc15c70f8645f1856936b69241a4.tar.gz
frameworks_av-8b1027d3f873fc15c70f8645f1856936b69241a4.tar.bz2
remove more unused references to ISurface
Change-Id: I2201f1ca2bb8f203a081d94a0134f798778dfbef
Diffstat (limited to 'services/camera/libcameraservice/CameraService.h')
-rw-r--r--services/camera/libcameraservice/CameraService.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/services/camera/libcameraservice/CameraService.h b/services/camera/libcameraservice/CameraService.h
index 28e8cc0..9a9ab0e 100644
--- a/services/camera/libcameraservice/CameraService.h
+++ b/services/camera/libcameraservice/CameraService.h
@@ -79,12 +79,6 @@ private:
sp<MediaPlayer> mSoundPlayer[NUM_SOUNDS];
int mSoundRef; // reference count (release all MediaPlayer when 0)
- // Used by Client objects to extract the ISurface from a Surface object.
- // This is used because making Client a friend class of Surface would
- // require including this header in Surface.h since Client is a nested
- // class.
- static sp<ISurface> getISurface(const sp<Surface>& surface);
-
class Client : public BnCamera
{
public: