diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 08:59:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 08:59:59 +0200 |
commit | e4b7da8da851371bd09f4d0e1721626667e56605 (patch) | |
tree | cbf86685317d23e3ea790f81fe5915a001f53599 /jvmfwk | |
parent | 9b04093e9ab67428276f27a5819d45675a8b3f9a (diff) |
Dead declarations
Change-Id: I43e388df118b9e08ab8c05cad31871ef0af35164
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/fwkbase.hxx | 2 | ||||
-rw-r--r-- | jvmfwk/source/fwkutil.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/jvmfwk/source/fwkbase.hxx b/jvmfwk/source/fwkbase.hxx index 86fde79202e1..89e7b570af03 100644 --- a/jvmfwk/source/fwkbase.hxx +++ b/jvmfwk/source/fwkbase.hxx @@ -120,8 +120,6 @@ OString getSharedSettingsPath(); */ OString getVendorSettingsPath(); -OUString buildClassPathFromDirectory(const OUString & relPath); - /** Called from writeJavaInfoData. It sets the process identifier. When java is to be started, then the current id is compared to the one set by this function. If they are identical then the Java was selected in the diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/source/fwkutil.hxx index e786943db4ee..8bd3466c65d3 100644 --- a/jvmfwk/source/fwkutil.hxx +++ b/jvmfwk/source/fwkutil.hxx @@ -122,8 +122,6 @@ FileStatus checkFileURL(const OUString & path); bool isAccessibilitySupportDesired(); -OUString buildClassPathFromDirectory(const OUString & relPath); - OUString retrieveClassPath( OUString const & macro ); } #endif |