Kaydet (Commit) 699f13e0 authored tarafından Francois Tigeot's avatar Francois Tigeot

Remove unused function IsRFSAvailable()

üst 64cf70b4
...@@ -369,7 +369,6 @@ public: ...@@ -369,7 +369,6 @@ public:
static FSysPathStyle GetPathStyle( const String &rDevice ); static FSysPathStyle GetPathStyle( const String &rDevice );
static String ConvertNameToSystem( const String & rName ); static String ConvertNameToSystem( const String & rName );
static String ConvertSystemToName( const String & rName ); static String ConvertSystemToName( const String & rName );
static sal_Bool IsRFSAvailable();
}; };
// -------------- // --------------
......
...@@ -2882,17 +2882,6 @@ sal_Bool DirEntry::IsValid() const ...@@ -2882,17 +2882,6 @@ sal_Bool DirEntry::IsValid() const
return (nError == FSYS_ERR_OK); return (nError == FSYS_ERR_OK);
} }
/*************************************************************************
|*
|* DirEntry::IsRFSAvailable()
|*
*************************************************************************/
sal_Bool DirEntry::IsRFSAvailable()
{
return sal_False;
}
//======================================================================== //========================================================================
#if defined(DBG_UTIL) #if defined(DBG_UTIL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment