OSDN Git Service

Delete unnecessary CMergeEditView::OnPluginsList()
authorsdottaka <none@none>
Sun, 18 Aug 2013 15:52:33 +0000 (00:52 +0900)
committersdottaka <none@none>
Sun, 18 Aug 2013 15:52:33 +0000 (00:52 +0900)
--HG--
branch : stable

Src/MergeEditView.cpp
Src/MergeEditView.h

index d3fe769..4532a18 100644 (file)
@@ -45,7 +45,6 @@
 #include "ChildFrm.h"
 #include "unicoder.h"
 #include "MergeLineFlags.h"
-#include "PluginsListDlg.h"
 
 #ifdef _DEBUG
 #define new DEBUG_NEW
@@ -225,7 +224,6 @@ BEGIN_MESSAGE_MAP(CMergeEditView, CCrystalEditViewEx)
        ON_COMMAND(ID_VIEW_ZOOMIN, OnViewZoomIn)
        ON_COMMAND(ID_VIEW_ZOOMOUT, OnViewZoomOut)
        ON_COMMAND(ID_VIEW_ZOOMNORMAL, OnViewZoomNormal)
-       ON_COMMAND(ID_PLUGINS_LIST, OnPluginsList)
        //}}AFX_MSG_MAP
 END_MESSAGE_MAP()
 
@@ -3961,11 +3959,3 @@ void CMergeEditView::OnViewZoomNormal()
        ZoomText(0);
 }
 
-/**
- * @brief Show the plugins list dialog.
- */
-void CMergeEditView::OnPluginsList()
-{
-       PluginsListDlg dlg;
-       dlg.DoModal();
-}
index cfc7643..7bf0b11 100644 (file)
@@ -343,7 +343,6 @@ protected:
        afx_msg void OnViewZoomIn();
        afx_msg void OnViewZoomOut();
        afx_msg void OnViewZoomNormal();
-       afx_msg void OnPluginsList();
        //}}AFX_MSG
        DECLARE_MESSAGE_MAP()
 };