Fix crashes when dragging and dropping files outside of the gamelist

This commit is contained in:
Lioncash
2014-06-20 20:59:07 -04:00
parent 832d0bbdb9
commit 10dc1ef135
3 changed files with 28 additions and 40 deletions

View File

@ -104,7 +104,6 @@ private:
void OnMultiCompressGCM(wxCommandEvent& event);
void OnMultiDecompressGCM(wxCommandEvent& event);
void OnInstallWAD(wxCommandEvent& event);
void OnDropFiles(wxDropFilesEvent& event);
void CompressSelection(bool _compress);
void AutomaticColumnWidth();