diff --git a/Source/Plugins/Plugin_VideoOGL/Src/TextureMngr.cpp b/Source/Plugins/Plugin_VideoOGL/Src/TextureMngr.cpp index 1aab3cf239..8f5d11e4a3 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/TextureMngr.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/TextureMngr.cpp @@ -188,11 +188,6 @@ void TextureMngr::Cleanup() } } -#ifndef _WIN32 -inline u32 _rotl(u32 x, int shift) { - return (x << shift) | (x >> (32 - shift)); -} -#endif TextureMngr::TCacheEntry* TextureMngr::Load(int texstage, u32 address, int width, int height, int format, int tlutaddr, int tlutfmt) { if (address == 0)