From b42ee34845fdaf5e794a8b9319cf5a736fcbf653 Mon Sep 17 00:00:00 2001
From: Santiago Martinez <smvar...@gmail.com>
Date: Fri, 20 Jan 2012 20:06:44 +0100
Subject: [PATCH] Remove unused code.

---
 unusedcode.easy             |    1 -
 vcl/inc/vcl/vclevent.hxx    |    1 -
 vcl/source/app/vclevent.cxx |    4 ----
 3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/unusedcode.easy b/unusedcode.easy
index f3f518b..af3da47 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -754,7 +754,6 @@ VbaFontBase::getUnderline()
 VbaFontBase::setUnderline(com::sun::star::uno::Any const&)
 VbaFoundFilesEnum::SetFileList(com::sun::star::uno::Sequence<rtl::OUString>&)
 VbaFoundFilesEnum::VbaFoundFilesEnum()
-VclEventListeners2::~VclEventListeners2()
 ViewShell::getIDocumentFieldsAccess() const
 WP1FixedLengthGroup::isGroupConsistent(WPXInputStream*, WPXEncryption*, unsigned char)
 WP3ResourceFork::getResourcesByID(unsigned int) const
diff --git a/vcl/inc/vcl/vclevent.hxx b/vcl/inc/vcl/vclevent.hxx
index 51c5591..b1d5dd5 100644
--- a/vcl/inc/vcl/vclevent.hxx
+++ b/vcl/inc/vcl/vclevent.hxx
@@ -294,7 +294,6 @@ class VCL_DLLPUBLIC VclEventListeners2 : public vcl::DeletionNotifier
 
 public:
     VclEventListeners2();
-    ~VclEventListeners2();
 
     void addListener( const Link& );
     void removeListener( const Link& );
diff --git a/vcl/source/app/vclevent.cxx b/vcl/source/app/vclevent.cxx
index 613a659..ceb78bc 100644
--- a/vcl/source/app/vclevent.cxx
+++ b/vcl/source/app/vclevent.cxx
@@ -118,10 +118,6 @@ VclEventListeners2::VclEventListeners2()
 {
 }
 
-VclEventListeners2::~VclEventListeners2()
-{
-}
-
 void VclEventListeners2::addListener( const Link& i_rLink )
 {
     // ensure uniqueness
-- 
1.7.7.5

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to