summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index 78522f7..6e343b0 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -78,7 +78,6 @@ Entry::Entry(const Entry &e)
doc = e.doc;
docLine = e.docLine;
docFile = e.docFile;
- topLine = e.topLine;
brief = e.brief;
briefLine = e.briefLine;
briefFile = e.briefFile;
@@ -197,7 +196,6 @@ void Entry::reset()
doc.resize(0);
docFile.resize(0);
docLine=-1;
- topLine=-1;
relates.resize(0);
relatesType=Simple;
brief.resize(0);