diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-15 09:30:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-15 09:30:36 +0200 |
commit | 9d9f8151f32046a09fe903361d3e85cb601390ba (patch) | |
tree | 7568df194689f54f3c0d71ba63fe07c586ebb400 /xmlhelp/source | |
parent | fe51a3aa9e4ab850ee5bb4f8afa816266aa30bbe (diff) |
Remove unused code
Change-Id: Ia624a624271b1143c96cd189cc9e4dab4c5ae302
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx | 3 | ||||
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index 1a19fc1ad7fb..b362ee21c665 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -68,9 +68,6 @@ struct HitItem OUString m_aURL; float m_fScore; - HitItem() - : m_fScore(0.0) - {} HitItem(const OUString& aURL, float fScore) : m_aURL(aURL) , m_fScore(fScore) diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index cd78d7715c82..f2ceb5df04ad 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -90,7 +90,6 @@ namespace treeview { bool isLeaf() const { return kind == TVDom::tree_leaf; } void setKind( Kind ind ) { kind = ind; } - Kind getKind( ) const { return kind; } void setApplication( const char* appl ) { |