X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fpython.hh;h=8c3839041489132f40cbba8ce76997cd8779f4c0;hb=c8789ccdbf40c8f0730cbe4c68b8f43b2d9a7f85;hp=214586f528e418d8e32019f5e2b16cad934cac31;hpb=c88451f0c1e2586a5a06babb69b060bf808c9148;p=chaz%2Fopenbox diff --git a/src/python.hh b/src/python.hh index 214586f5..8c383904 100644 --- a/src/python.hh +++ b/src/python.hh @@ -14,7 +14,6 @@ extern "C" { #include -#include } #include @@ -234,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 }