From 34180700b2686c97cdce0b52ca9578a41a153035 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 29 Sep 2015 12:40:47 +0200 Subject: loplugin:removeunusedmethods, remove unused stuff Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350 --- sot/source/base/filelist.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sot/source') diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx index 80ae479b1601..adb3c32987be 100644 --- a/sot/source/base/filelist.cxx +++ b/sot/source/base/filelist.cxx @@ -60,17 +60,6 @@ FileList& FileList::operator=( const FileList& rFileList ) |* \******************************************************************************/ -/* - * NOTE: to correctly handle this Protocol with Unicode, native Win32 must be called: - * e.g. DropQueryFile - */ - -SvStream& WriteFileList( SvStream& rOStm, SAL_UNUSED_PARAMETER const FileList& ) -{ - OSL_FAIL("TODO: Not implemented!"); - return rOStm; -} - /* #i28176# The Windows clipboard bridge now provides a double '\0' terminated list of file names for format SotClipboardFormatId::FILE_LIST -- cgit