AudioCommon: get rid of Update(), it never does anything

This commit is contained in:
Tillmann Karras
2021-08-07 22:02:10 +01:00
parent c2d396526b
commit d14b9a73b2
8 changed files with 0 additions and 25 deletions

View File

@ -21,7 +21,6 @@ public:
virtual bool Init() { return false; }
virtual void SetVolume(int) {}
virtual void SoundLoop() {}
virtual void Update() {}
// Returns true if successful.
virtual bool SetRunning(bool running) { return false; }
};