Removed "note" field in entry_t, since that feature is not appearing in 2.6.1.
This commit is contained in:
parent
495b64f296
commit
88c0b459b9
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ class entry_base_t
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
journal_t * journal;
|
journal_t * journal;
|
||||||
std::string note;
|
|
||||||
unsigned long src_idx;
|
unsigned long src_idx;
|
||||||
istream_pos_type beg_pos;
|
istream_pos_type beg_pos;
|
||||||
unsigned long beg_line;
|
unsigned long beg_line;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue