Move GetDisplayServer to LinuxPlatform (add support for custom platform scripting api)
#2800
This commit is contained in:
@@ -294,11 +294,6 @@ PlatformType PlatformBase::GetPlatformType()
|
||||
|
||||
#if !PLATFORM_SDL
|
||||
|
||||
String PlatformBase::GetDisplayServer()
|
||||
{
|
||||
return String::Empty;
|
||||
}
|
||||
|
||||
bool PlatformBase::SupportsNativeDecorations()
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user