@@ -116,8 +116,7 @@ namespace Polycode {
bool systemUpdate();
void Render();
-
- void resizeTo(int xRes, int yRes);
+
void createThread(Threaded *target);
void createFolder(const String& folderPath);
@@ -318,12 +318,6 @@ String CocoaCore::executeExternalCommand(String command, String args, String in
return retString;
}
-void CocoaCore::resizeTo(int xRes, int yRes) {
- this->xRes = xRes;
- this->yRes = yRes;
- coreResized = true;
-}
CocoaCore::~CocoaCore() {
printf("Shutting down cocoa core\n");
[glView setCore:nil];