JNI Audio: remove dead members.

BUG=2735
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/6049004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5312 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2013-12-17 23:46:14 +00:00
parent e4c927208b
commit 179908c81c
2 changed files with 0 additions and 2 deletions

View File

@ -133,7 +133,6 @@ class AudioRecordJni {
static jclass globalScClass;
JavaVM* _javaVM; // denotes a Java VM
JNIEnv* _jniEnvPlay; // The JNI env for playout thread
JNIEnv* _jniEnvRec; // The JNI env for recording thread
jclass _javaScClass; // AudioDeviceAndroid class
jobject _javaScObj; // AudioDeviceAndroid object

View File

@ -135,7 +135,6 @@ class AudioTrackJni : public PlayoutDelayProvider {
JavaVM* _javaVM; // denotes a Java VM
JNIEnv* _jniEnvPlay; // The JNI env for playout thread
JNIEnv* _jniEnvRec; // The JNI env for recording thread
jclass _javaScClass; // AudioDeviceAndroid class
jobject _javaScObj; // AudioDeviceAndroid object
jobject _javaPlayBuffer;