diff options
Diffstat (limited to 'src/py_account.cc')
-rw-r--r-- | src/py_account.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/py_account.cc b/src/py_account.cc index af51ffce..07d6ed95 100644 --- a/src/py_account.cc +++ b/src/py_account.cc @@ -76,6 +76,7 @@ namespace { return *(*elem).second; } +#if 0 account_t * py_find_account_1(journal_t& journal, const string& name) { return journal.find_account(name); @@ -86,6 +87,7 @@ namespace { { return journal.find_account(name, auto_create); } +#endif account_t::xdata_t& py_xdata(account_t& account) { return account.xdata(); |