Changeset 660

Show
Ignore:
Timestamp:
03/15/07 17:04:38 (21 months ago)
Author:
leo
Message:

Removed empty function.

Location:
trunk/win
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/win/Propspgs.cpp

    r656 r660  
    5353        // NOTE: the ClassWizard will add message map macros here 
    5454    //}}AFX_MSG_MAP 
    55     ON_EN_CHANGE(IDC_PROP_SUM_NAME, &CPropertiesSummary::OnEnChangePropSumName) 
    5655END_MESSAGE_MAP() 
    5756 
     
    258257    *pResult = 0; 
    259258} 
    260  
    261 void CPropertiesSummary::OnEnChangePropSumName() 
    262 { 
    263     // TODO:  If this is a RICHEDIT control, the control will not 
    264     // send this notification unless you override the CPropertyPage::OnInitDialog() 
    265     // function and call CRichEditCtrl().SetEventMask() 
    266     // with the ENM_CHANGE flag ORed into the mask. 
    267  
    268     // TODO:  Add your control notification handler code here 
    269 } 
  • trunk/win/Propspgs.h

    r656 r660  
    4343    //}}AFX_MSG 
    4444    DECLARE_MESSAGE_MAP() 
    45  
    46 public: 
    47     afx_msg void OnEnChangePropSumName(); 
    4845}; 
    4946