1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Remove test code

This commit is contained in:
Richard Jenkins
2017-05-12 23:08:27 +01:00
committed by Gymnasiast
parent e8ec7ee58f
commit c71fc2b542

View File

@@ -14,7 +14,7 @@
*****************************************************************************/
#pragma endregion
#if defined(__linux__)
#ifdef __linux__
#include <dlfcn.h>
#include <sstream>
@@ -49,9 +49,6 @@ namespace OpenRCT2 { namespace Ui
bool IsSteamOverlayAttached() override
{
#ifdef __APPLE__
return false;
#endif
// See http://syprog.blogspot.ru/2011/12/listing-loaded-shared-objects-in-linux.html
struct lmap
{