From adbc556c91ea4afaf3e952aa0a8329e004add63e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Aug 2015 13:24:28 +0200 Subject: make Link<> instances typed and remove some unused code Change-Id: I934824401b5c528b07ad76f753f78440c4492885 Reviewed-on: https://gerrit.libreoffice.org/17703 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svl/unx/source/svdde/ddedummy.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'svl/unx/source') diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index 4813dc36b5da..b504b5fe38fd 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -145,14 +145,6 @@ DdeTopic::~DdeTopic() { } -void DdeTopic::Connect( SAL_UNUSED_PARAMETER long ) -{ -} - -void DdeTopic::Disconnect( SAL_UNUSED_PARAMETER long ) -{ -} - void DdeTopic::InsertItem( SAL_UNUSED_PARAMETER DdeItem* ) { } -- cgit