Update platforms impl
This commit is contained in:
@@ -315,15 +315,6 @@ void ApplePlatform::CreateGuid(Guid& result)
|
||||
result.D = ptr[3];
|
||||
}
|
||||
|
||||
bool ApplePlatform::CanOpenUrl(const StringView& url)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void ApplePlatform::OpenUrl(const StringView& url)
|
||||
{
|
||||
}
|
||||
|
||||
String ApplePlatform::GetExecutableFilePath()
|
||||
{
|
||||
char buf[PATH_MAX];
|
||||
|
||||
@@ -87,8 +87,6 @@ public:
|
||||
static String GetUserLocaleName();
|
||||
static bool GetHasFocus();
|
||||
static void CreateGuid(Guid& result);
|
||||
static bool CanOpenUrl(const StringView& url);
|
||||
static void OpenUrl(const StringView& url);
|
||||
static Float2 GetDesktopSize();
|
||||
static String GetMainDirectory();
|
||||
static String GetExecutableFilePath();
|
||||
|
||||
Reference in New Issue
Block a user