diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-06 23:38:12 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-06 23:38:12 -0400 |
commit | c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e (patch) | |
tree | ef59e8b46802ecbedcbd5b415643cf017e49ad5d /src/session.h | |
parent | aea84dd9c5b7c28610e67d8f29554ce109f63dad (diff) | |
download | fork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.tar.gz fork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.tar.bz2 fork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.zip |
Moved the --abbrev-len option to report_t.
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h index ae0d213c..0b36b1c6 100644 --- a/src/session.h +++ b/src/session.h @@ -114,7 +114,6 @@ public: * Option handlers */ - OPTION(session_t, abbrev_len_); OPTION(session_t, account_); // -a OPTION(session_t, download); // -Q |