From b42ee34845fdaf5e794a8b9319cf5a736fcbf653 Mon Sep 17 00:00:00 2001
From: Santiago Martinez <smvarela@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
Context
- [Libreoffice] [PATCH] Remove unused code · Santiago Martinez
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.