[dasher] Unused variable.



commit 94b327daf8f021d575d573a14fd98e7926534c82
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Sat Mar 13 17:11:28 2010 +0000

    Unused variable.

 Src/Win32/Widgets/AlphabetBox.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/Win32/Widgets/AlphabetBox.cpp b/Src/Win32/Widgets/AlphabetBox.cpp
index b5d9836..479caea 100644
--- a/Src/Win32/Widgets/AlphabetBox.cpp
+++ b/Src/Win32/Widgets/AlphabetBox.cpp
@@ -449,7 +449,7 @@ bool CAlphabetBox::Apply() {
 }
 
 LRESULT CAlphabetBox::WndProc(HWND Window, UINT message, WPARAM wParam, LPARAM lParam) {
-  NMHDR *pNMHDR;
+  //NMHDR *pNMHDR;
      double NewUniform;
 
   // most things we pass on to CPrefsPageBase, but we need to handle slider motion



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]