diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-13 23:26:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-13 23:26:48 +0200 |
commit | f5051821bc5da0fa7b3de78d21aee305fce3d46b (patch) | |
tree | 7831807eec592a6471aac59c5f567ea82dd6a23e /desktop/source/pkgchk/unopkg | |
parent | f7ea60218ae96cda55dc39073fac807df64f18de (diff) |
Clean up function declarations and some unused functions
Change-Id: Ie35d71a03d2f89cd72836db21fac8746a9e85b09
Diffstat (limited to 'desktop/source/pkgchk/unopkg')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index c422e4adce10..2e1fbcb45044 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -47,8 +47,6 @@ using namespace ::com::sun::star::ucb; namespace unopkg { -bool getLockFilePath(OUString & out); - OUString toString( OptionInfo const * info ) { OSL_ASSERT( info != 0 ); |