From 059bc4dc24b68d637c3608c05344c53c64cc2c4b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Feb 2003 03:04:23 +0000 Subject: add a Config class with config data from the scripts. set up the functions for loading a style from a file. use the Config class throughout instead of reading out of the python namespace all the time. --- src/python.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/python.hh') diff --git a/src/python.hh b/src/python.hh index b6f8ae7c..8c383904 100644 --- a/src/python.hh +++ b/src/python.hh @@ -233,10 +233,6 @@ void python_init(char *argv0); void python_destroy(); bool python_exec(const std::string &path); -bool python_get_long(const char *name, long *value); -bool python_get_string(const char *name, otk::ustring *value); -bool python_get_stringlist(const char *name, std::vector *value); - #endif // SWIG } -- cgit v1.2.3