Some small clean up + fixes to make valgrind happy

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4991 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2010-02-02 08:10:23 +00:00
commit 8bb96156a2
5 changed files with 30 additions and 46 deletions

View file

@ -50,7 +50,6 @@
#include <wx/datetime.h> // wxWidgets
// ----------
// Resources
extern "C" {
@ -74,9 +73,9 @@ extern "C" {
};
// ---------------
// Windows functions. Setting the cursor with wxSetCursor() did not work in this instance.
// Probably because it's somehow reset from the WndProc() in the child window
// Windows functions. Setting the cursor with wxSetCursor() did not work in
// this instance. Probably because it's somehow reset from the WndProc() in
// the child window
#ifdef _WIN32
// Declare a blank icon and one that will be the normal cursor
HCURSOR hCursor = NULL, hCursorBlank = NULL;
@ -194,7 +193,6 @@ CPanel::CPanel(
}
#endif
//-----------------
// event tables
// Notice that wxID_HELP will be processed for the 'About' menu and the toolbar
// help button.