summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2011-02-03 17:18:19 -0800
committerGlenn Kasten <gkasten@google.com>2011-02-03 17:18:19 -0800
commitdb130fbd3ccd37e247e49494a84f8a9841ecd593 (patch)
treeeddfcd84debc055e78baa446fafb3e88032577e4 /services/audioflinger/AudioFlinger.h
parent856990b491d84b7ed4fefe337485c8997ba9dd02 (diff)
downloadframeworks_av-db130fbd3ccd37e247e49494a84f8a9841ecd593.zip
frameworks_av-db130fbd3ccd37e247e49494a84f8a9841ecd593.tar.gz
frameworks_av-db130fbd3ccd37e247e49494a84f8a9841ecd593.tar.bz2
Bug 3366885 Remove LVMX switch
Change-Id: I0bf98c6f85f00b3296874571e1c049dcc4e2fcca
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index f0ef867..2eb7bde 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -1185,9 +1185,6 @@ private:
DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
volatile int32_t mNextUniqueId;
-#ifdef LVMX
- int mLifeVibesClientPid;
-#endif
uint32_t mMode;
};