summaryrefslogtreecommitdiff
path: root/src/multimedia/audio/qsoundeffect_pulse_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-11-23 07:23:50 -0800
committerYoann Lopes <yoann.lopes@theqtcompany.com>2014-11-25 09:49:24 +0100
commit59f2bf186400241c62a02044265d9ecab81c1749 (patch)
tree40a9ee8f5303a81d0a0ae1ae8ec99295b84c8216 /src/multimedia/audio/qsoundeffect_pulse_p.h
parent16a386b0715ffc608263c3f5bdc681d2b62a8a51 (diff)
downloadqtmultimedia-59f2bf186400241c62a02044265d9ecab81c1749.tar.gz
Remove unused private members
One is not used, the others are not even initialized, so don't use the memory. qsoundeffect_pulse_p.h:172:20: warning: private field 'm_resourceStatus' is not used [-Wunused-private-field] qvideowidget_p.h:211:25: warning: private field 'm_aspectRatioMode' is not used [-Wunused-private-field] qalsaaudioinput.h:156:22: warning: private field 'timestamp' is not used [-Wunused-private-field] qalsaaudiooutput.h:135:22: warning: private field 'timestamp' is not used [-Wunused-private-field] Change-Id: I7c9f50d57c4d29ee0dfd7dc086771d721cdb5b05 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'src/multimedia/audio/qsoundeffect_pulse_p.h')
-rw-r--r--src/multimedia/audio/qsoundeffect_pulse_p.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/multimedia/audio/qsoundeffect_pulse_p.h b/src/multimedia/audio/qsoundeffect_pulse_p.h
index 9275d97ea..9846caee7 100644
--- a/src/multimedia/audio/qsoundeffect_pulse_p.h
+++ b/src/multimedia/audio/qsoundeffect_pulse_p.h
@@ -163,13 +163,6 @@ private:
int m_position;
QSoundEffectRef *m_ref;
- enum ResourceStatus {
- NoResources,
- WaitingResources,
- GrantedResources,
- DeniedResources
- };
- ResourceStatus m_resourceStatus;
bool m_resourcesAvailable;
QMediaPlayerResourceSetInterface *m_resources;