summaryrefslogtreecommitdiff
path: root/xmlhelp/source/treeview
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-15 09:30:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-15 09:30:36 +0200
commit9d9f8151f32046a09fe903361d3e85cb601390ba (patch)
tree7568df194689f54f3c0d71ba63fe07c586ebb400 /xmlhelp/source/treeview
parentfe51a3aa9e4ab850ee5bb4f8afa816266aa30bbe (diff)
Remove unused code
Change-Id: Ia624a624271b1143c96cd189cc9e4dab4c5ae302
Diffstat (limited to 'xmlhelp/source/treeview')
-rw-r--r--xmlhelp/source/treeview/tvread.cxx1
1 files changed, 0 insertions, 1 deletions
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 )
{