roll back last commit, more investigation is needed

This commit is contained in:
adelikat 2014-07-30 01:30:33 +00:00
parent 6fb0030e71
commit 3abd2da5c6
1 changed files with 0 additions and 1 deletions

View File

@ -624,7 +624,6 @@ namespace BizHawk.Client.EmuHawk
case (int)Notices.NM_CUSTOMDRAW:
OnCustomDrawNotice(ref m);
messageProcessed = true;
m.Result = (IntPtr)0;
break;
case (int)ListViewNotices.LVN_GETDISPINFOW:
OnDispInfoNotice(ref m, false);