[Libreoffice-commits] .: tools/inc tools/source

François Tigeot ftigeot at kemper.freedesktop.org
Sat Apr 30 22:57:21 PDT 2011


 tools/inc/tools/fsys.hxx     |    1 -
 tools/source/fsys/dirent.cxx |   11 -----------
 2 files changed, 12 deletions(-)

New commits:
commit 2541b056399aa094b8d3fb25933f1839892269b3
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Sun May 1 07:56:25 2011 +0200

    Remove unused function IsRFSAvailable()

diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index 2d4d42c..87630be 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -369,7 +369,6 @@ public:
     static FSysPathStyle GetPathStyle( const String &rDevice );
     static String		ConvertNameToSystem( const String & rName );
     static String		ConvertSystemToName( const String & rName );
-    static sal_Bool 		IsRFSAvailable();
 };
 
 // --------------
diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx
index a9f15eb..642f05e 100644
--- a/tools/source/fsys/dirent.cxx
+++ b/tools/source/fsys/dirent.cxx
@@ -2882,17 +2882,6 @@ sal_Bool DirEntry::IsValid() const
         return (nError == FSYS_ERR_OK);
 }
 
-/*************************************************************************
-|*
-|*    DirEntry::IsRFSAvailable()
-|*
-*************************************************************************/
-
-sal_Bool DirEntry::IsRFSAvailable()
-{
-    return sal_False;
-}
-
 //========================================================================
 
 #if defined(DBG_UTIL)


More information about the Libreoffice-commits mailing list