summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-04-05 15:38:24 -0700
committerMathias Agopian <mathias@google.com>2011-04-05 15:38:24 -0700
commit6e2242974c109e85bac50550970fe84009c76f77 (patch)
tree6785164ec54332056e3bc1122c46505000186681 /libvideoeditor/lvpp/VideoEditorPreviewController.h
parentd9789f20d5a5c4117f79c8fd46fc57ca5c125775 (diff)
downloadframeworks_av-6e2242974c109e85bac50550970fe84009c76f77.zip
frameworks_av-6e2242974c109e85bac50550970fe84009c76f77.tar.gz
frameworks_av-6e2242974c109e85bac50550970fe84009c76f77.tar.bz2
remove unused references to ISurface
Change-Id: Ia11c5f46f38c0b00ca63d19d3484bf4024cdb75d
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPreviewController.h')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPreviewController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.h b/libvideoeditor/lvpp/VideoEditorPreviewController.h
index c9d7de0..4c62ac5 100755
--- a/libvideoeditor/lvpp/VideoEditorPreviewController.h
+++ b/libvideoeditor/lvpp/VideoEditorPreviewController.h
@@ -93,7 +93,6 @@ public:
private:
sp<VideoEditorPlayer> mVePlayer[NBPLAYER_INSTANCES];
int mCurrentPlayer; //Instance of the player currently being used
- sp<ISurface> mISurface;
sp<Surface> mSurface;
mutable Mutex mLock;
M4OSA_Context mThreadContext;