make Python::init() method public and remove the now redundant Python::request() method
This commit is contained in:
@ -40,11 +40,10 @@ public:
|
||||
char * long_string(int ifunc);
|
||||
|
||||
bool is_enabled() const;
|
||||
void request();
|
||||
void init();
|
||||
|
||||
private:
|
||||
PythonInterface * impl;
|
||||
void init();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user