aboutsummaryrefslogtreecommitdiff
path: root/include/aosfxplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aosfxplayer.h')
-rw-r--r--include/aosfxplayer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/aosfxplayer.h b/include/aosfxplayer.h
index 5c6f1088..39bea0d4 100644
--- a/include/aosfxplayer.h
+++ b/include/aosfxplayer.h
@@ -22,13 +22,10 @@ public:
private:
QWidget *m_parent;
AOApplication *ao_app;
- QTimer *sfx_loop_timer;
int m_volume = 0;
bool looping_sfx = false;
HSTREAM m_stream;
-private slots:
- void restart_loop();
};
#endif // AOSFXPLAYER_H