[Libreoffice-commits] core.git: svl/source

Stephan Bergmann sbergman at redhat.com
Wed Apr 9 01:00:20 PDT 2014


 svl/source/undo/undo.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit a8b45a44c278a1aa9195cf30b759c12c1e4465e1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Apr 9 09:59:52 2014 +0200

    Remove unused function
    
    Change-Id: I0d6f0d8a7ef851ef7ba1653d87db6a5bdbfb6d94

diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index aaa7230..4b3c131 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -199,13 +199,6 @@ namespace svl { namespace undo { namespace impl
 
     struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void >
     {
-        NotifyUndoListener()
-            :m_notificationMethod( NULL )
-            ,m_altNotificationMethod( NULL )
-            ,m_sActionComment()
-        {
-        }
-
         NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod )
             :m_notificationMethod( i_notificationMethod )
             ,m_altNotificationMethod( NULL )


More information about the Libreoffice-commits mailing list