• R/O
  • SSH
  • HTTPS

ttssh2: Commit


Commit MetaInfo

Revision8768 (tree)
Time2020-05-12 23:32:13
Authorzmatsuo

Log Message

TTCPropertyPage 内の不要関数を削除

Change Summary

Incremental Difference

--- trunk/teraterm/common/tmfc.h (revision 8767)
+++ trunk/teraterm/common/tmfc.h (revision 8768)
@@ -162,6 +162,5 @@
162162 PROPSHEETPAGEW_V1 m_psp;
163163 private:
164164 static INT_PTR CALLBACK Proc(HWND hDlgWnd, UINT msg, WPARAM wp, LPARAM lp);
165- static UINT CALLBACK PropSheetPageProc(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp);
166165 };
167166
--- trunk/teraterm/common/tmfc_property.cpp (revision 8767)
+++ trunk/teraterm/common/tmfc_property.cpp (revision 8768)
@@ -94,11 +94,6 @@
9494 {
9595 }
9696
97-UINT CALLBACK TTCPropertyPage::PropSheetPageProc(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp)
98-{
99- return 0;
100-}
101-
10297 INT_PTR CALLBACK TTCPropertyPage::Proc(HWND hDlgWnd, UINT msg, WPARAM wp, LPARAM lp)
10398 {
10499 TTCPropertyPage *self = (TTCPropertyPage *)::GetWindowLongPtr(hDlgWnd, DWLP_USER);
Show on old repository browser