mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
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:
parent
4692f1084f
commit
8bb96156a2
5 changed files with 30 additions and 46 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue