Core: Remove Core::GetWindowHandle

Finally, it's unused. Whoa.
This commit is contained in:
Jasper St. Pierre
2014-08-06 22:24:08 -04:00
parent e2e3f2a20b
commit 6e312dce91
4 changed files with 0 additions and 28 deletions

View File

@ -2,14 +2,6 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
// CFrame is the main parent window. Inside CFrame there is an m_Panel that is
// the parent for the rendering window (when we render to the main window). In
// Windows the rendering window is created by giving CreateWindow()
// m_Panel->GetHandle() as parent window and creating a new child window to
// m_Panel. The new child window handle that is returned by CreateWindow() can
// be accessed from Core::GetWindowHandle().
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif