Kaydet (Commit) dedd26e8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-function

Change-Id: I4e3097f58a8b91a61369d3b93931bff44444990a
üst fe6063a2
...@@ -309,14 +309,6 @@ static OUString & getIniFileName_Impl() ...@@ -309,14 +309,6 @@ static OUString & getIniFileName_Impl()
return *pStaticName; return *pStaticName;
} }
//----------------------------------------------------------------------------
static inline bool path_exists( OUString const & path )
{
DirectoryItem dirItem;
return (DirectoryItem::E_None == DirectoryItem::get( path, dirItem ));
}
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// #111772# // #111772#
// ensure the given file url has no final slash // ensure the given file url has no final slash
......
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