[dasher: 20/217] Cleanups



commit 282c681841c6347f5a0ca621d21dde2d9d45bd8a
Author: ipomoena <amajorek google com>
Date:   Tue Sep 8 10:30:22 2015 -0700

    Cleanups

 Src/DasherCore/Alphabet/AlphInfo.cpp |    4 +-
 Src/DasherCore/Alphabet/AlphInfo.h   |    4 +-
 Src/Win32/Common/WinMenus.cpp        |  373 ----------------------------------
 Src/Win32/Common/WinMenus.h          |   37 ----
 Src/Win32/DasherWindow.cpp           |    1 -
 Src/Win32/Dasher_vc2013.vcxproj      |    2 -
 Src/Win32/Widgets/AlphabetBox.h      |    1 -
 7 files changed, 4 insertions(+), 418 deletions(-)
---
diff --git a/Src/DasherCore/Alphabet/AlphInfo.cpp b/Src/DasherCore/Alphabet/AlphInfo.cpp
index ab92b16..090a957 100644
--- a/Src/DasherCore/Alphabet/AlphInfo.cpp
+++ b/Src/DasherCore/Alphabet/AlphInfo.cpp
@@ -1,4 +1,4 @@
-// AlphIO.cpp
+// AlphInfo.cpp
 //
 // Copyright (c) 2007 The Dasher Team
 //
@@ -18,7 +18,7 @@
 // along with Dasher; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-#include "AlphIO.h"
+#include "AlphInfo.h"
 
 #include <iostream>
 #include <cstring>
diff --git a/Src/DasherCore/Alphabet/AlphInfo.h b/Src/DasherCore/Alphabet/AlphInfo.h
index 12d3885..16c1e6d 100644
--- a/Src/DasherCore/Alphabet/AlphInfo.h
+++ b/Src/DasherCore/Alphabet/AlphInfo.h
@@ -1,4 +1,4 @@
-// AlphIO.h
+// AlphInfo.h
 //
 // Copyright (c) 2007 The Dasher Team
 //
@@ -165,4 +165,4 @@ protected:
 
 /// @}
 
-#endif /* #ifndef __AlphIO_h__ */
+#endif /* #ifndef __AlphInfo_h__ */
diff --git a/Src/Win32/DasherWindow.cpp b/Src/Win32/DasherWindow.cpp
index ff42efd..d398bf4 100644
--- a/Src/Win32/DasherWindow.cpp
+++ b/Src/Win32/DasherWindow.cpp
@@ -18,7 +18,6 @@
 // along with Dasher; if not, write to the Free Software 
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-#include "Common/WinMenus.h"
 #include "Dasher.h"
 // TODO: Put this in DasherInterfaceBase header?
 #include "../DasherCore/ControlManager.h"
diff --git a/Src/Win32/Dasher_vc2013.vcxproj b/Src/Win32/Dasher_vc2013.vcxproj
index 48f4cc6..6052685 100644
--- a/Src/Win32/Dasher_vc2013.vcxproj
+++ b/Src/Win32/Dasher_vc2013.vcxproj
@@ -208,7 +208,6 @@
   <ItemGroup>
     <ClCompile Include="AppSettings.cpp" />
     <ClCompile Include="Common\DasherEncodingToCP.cpp" />
-    <ClCompile Include="Common\WinMenus.cpp" />
     <ClCompile Include="Common\WinWrap.cpp" />
     <ClCompile Include="DasherWindow.cpp" />
     <ClCompile Include="ModuleControl.cpp" />
@@ -234,7 +233,6 @@
     <ClInclude Include="AppSettings.h" />
     <ClInclude Include="Common\DasherEncodingToCP.h" />
     <ClInclude Include="Common\StringUtils.h" />
-    <ClInclude Include="Common\WinMenus.h" />
     <ClInclude Include="Common\WinWrap.h" />
     <ClInclude Include="DasherAction.h" />
     <ClInclude Include="DasherWindow.h" />
diff --git a/Src/Win32/Widgets/AlphabetBox.h b/Src/Win32/Widgets/AlphabetBox.h
index 7b3a106..7fe719f 100644
--- a/Src/Win32/Widgets/AlphabetBox.h
+++ b/Src/Win32/Widgets/AlphabetBox.h
@@ -10,7 +10,6 @@
 #define __AlphabetBox_h__
 
 #include "../resource.h"
-//#include "../../DasherCore/Alphabet/AlphIO.h"
 #include "PrefsPageBase.h"
 
 class CAlphabetBox : public CPrefsPageBase {


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