mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 09:11:31 -04:00
remove awaitPlatformConsole from mac and ios
This commit is contained in:
parent
1b8289a420
commit
67c9dd30ce
1 changed files with 0 additions and 6 deletions
|
@ -122,9 +122,6 @@ void InternalLoader::openPlatformConsole() {
|
|||
m_platformConsoleOpen = true;
|
||||
}
|
||||
|
||||
void InternalLoader::awaitPlatformConsole() {
|
||||
}
|
||||
|
||||
void InternalLoader::closePlatformConsole() {
|
||||
}
|
||||
|
||||
|
@ -147,9 +144,6 @@ void InternalLoader::openPlatformConsole() {
|
|||
m_platformConsoleOpen = true;
|
||||
}
|
||||
|
||||
void InternalLoader::awaitPlatformConsole() {
|
||||
}
|
||||
|
||||
void InternalLoader::closePlatformConsole() {
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue