diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 18:50:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 18:50:21 -0400 |
commit | a42ecd59389c424089a351d96c09664ed5e33a03 (patch) | |
tree | 0a785eecd56db60e1b9fc7881a89365c69932ba5 /src/session.h | |
parent | d6fd0cd24f6d1c67f8456ad3f394c3ea9dc7afc4 (diff) | |
download | fork-ledger-a42ecd59389c424089a351d96c09664ed5e33a03.tar.gz fork-ledger-a42ecd59389c424089a351d96c09664ed5e33a03.tar.bz2 fork-ledger-a42ecd59389c424089a351d96c09664ed5e33a03.zip |
Removed all use of USE_BOOST_PYTHON from the main Ledger sources. When Python
support is enabled for use within Ledger, it will do so through the current
scoping mechanism.
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/session.h b/src/session.h index dc78d6f5..36da0a53 100644 --- a/src/session.h +++ b/src/session.h @@ -224,19 +224,6 @@ See LICENSE file included with the distribution for details and disclaimer.\n"; data_file = args[0].as_string(); return NULL_VALUE; } - -#if 0 -#if defined(USE_BOOST_PYTHON) - value_t option_import_(call_scope_t& args) { - python_import(optarg); - return NULL_VALUE; - } - value_t option_import_stdin(call_scope_t& args) { - python_eval(std::cin, PY_EVAL_MULTI); - return NULL_VALUE; - } -#endif -#endif }; /** |