OSDN Git Service

MergeDoc.h: Remove unused function declaration
authorsdottaka <sdottaka@users.sourceforge.net>
Sun, 8 Feb 2015 16:15:34 +0000 (01:15 +0900)
committersdottaka <sdottaka@users.sourceforge.net>
Sun, 8 Feb 2015 16:15:34 +0000 (01:15 +0900)
--HG--
branch : stable

Src/MergeDoc.h

index d5b555e..40b0c74 100644 (file)
@@ -206,7 +206,6 @@ public:
        int Rescan(bool &bBinary, IDENTLEVEL &identical, bool bForced = false);
        void CheckFileChanged(void);
        void ShowRescanError(int nRescanResult, IDENTLEVEL identical);
-       void AddUndoAction(UINT nBegin, UINT nEnd, UINT nDiff, int nBlanks, bool bInsert, CMergeEditView *pList);
        bool Undo();
        void CopyAllList(int srcPane, int dstPane);
        void CopyMultipleList(int srcPane, int dstPane, int firstDiff, int lastDiff);