Removed "note" field in entry_t, since that feature is not appearing in 2.6.1.

This commit is contained in:
John Wiegley 2008-09-17 05:05:49 -04:00
parent 495b64f296
commit 88c0b459b9

View file

@ -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;