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

Remove unused code

Change-Id: Ia624a624271b1143c96cd189cc9e4dab4c5ae302
üst fe51a3aa
......@@ -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)
......
......@@ -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 )
{
......
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