OPENGL: Remove hack to avoid issues with OSD messages from other threads

This commit is contained in:
Thierry Crozat 2016-10-23 20:04:05 +01:00
parent 0908fd2225
commit cbfa598446
2 changed files with 0 additions and 14 deletions

View file

@ -596,14 +596,6 @@ private:
kOSDIconTopMargin = 10,
kOSDIconRightMargin = 10
};
/**
* Mutex for the OSD draw calls.
*
* Mutex to allow displayMessageOnOSD and displayActivityIconOnOSD
* to be used from the audio and network threads.
*/
Common::Mutex _osdMutex;
#endif
};