General: Removed duplicate comment and an old comment about wx

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4174 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-09-02 22:31:02 +00:00
parent bbd56ec92c
commit 99d7bf724d
3 changed files with 2 additions and 55 deletions

View File

@ -16,19 +16,7 @@
// http://code.google.com/p/dolphin-emu/
/*
1.1 Windows
CFrame is the main parent window. Inside CFrame there is m_Panel which 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().
*/
// FIXME: why doesn't it work on windows???
// Why doesn't it work on windows?
#ifndef _WIN32
#include "Common.h"
#endif