summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-12 03:31:53 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-12 03:31:53 -0500
commitb5dca6739687f3672ef0114a70c2f514707dc28b (patch)
treecbbba377849cbfbd9fa286784c3d4f110f52ff8a /src/global.h
parentfea1b42fa9ee55b5ded9cb9adfe087bcde573a18 (diff)
downloadfork-ledger-b5dca6739687f3672ef0114a70c2f514707dc28b.tar.gz
fork-ledger-b5dca6739687f3672ef0114a70c2f514707dc28b.tar.bz2
fork-ledger-b5dca6739687f3672ef0114a70c2f514707dc28b.zip
Moved report normalization into report.cc
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h
index f7b87973..ab3afed4 100644
--- a/src/global.h
+++ b/src/global.h
@@ -62,7 +62,6 @@ public:
void normalize_session_options();
expr_t::func_t look_for_precommand(scope_t& scope, const string& verb);
expr_t::func_t look_for_command(scope_t& scope, const string& verb);
- void normalize_report_options(const string& verb);
char * prompt_string();