summaryrefslogtreecommitdiff
path: root/svl/source/undo
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 09:59:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 09:59:52 +0200
commita8b45a44c278a1aa9195cf30b759c12c1e4465e1 (patch)
tree64a984852f11cbe9892241d2124fbe67a4da9ff2 /svl/source/undo
parentc23bcc23311942616b41f4dbd4fd1b2570faca4f (diff)
Remove unused function
Change-Id: I0d6f0d8a7ef851ef7ba1653d87db6a5bdbfb6d94
Diffstat (limited to 'svl/source/undo')
-rw-r--r--svl/source/undo/undo.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index aaa7230038f5..4b3c13143247 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 )