summaryrefslogtreecommitdiffstats
path: root/src/hbtree/hbtreecursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hbtree/hbtreecursor.h')
-rw-r--r--src/hbtree/hbtreecursor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hbtree/hbtreecursor.h b/src/hbtree/hbtreecursor.h
index 72beb25..d797f61 100644
--- a/src/hbtree/hbtreecursor.h
+++ b/src/hbtree/hbtreecursor.h
@@ -86,12 +86,9 @@ private:
QByteArray value_;
HBtreeTransaction *transaction_;
HBtree *btree_;
- bool initialized_;
- bool eof_;
quint32 lastLeaf_;
bool valid_;
-
bool doOp(Op op, const QByteArray &key = QByteArray());
};