Remove old scene management methods

This commit is contained in:
John McCardle 2026-01-03 11:01:42 -05:00
commit d7e34a3f72
2 changed files with 12 additions and 94 deletions

View file

@ -37,13 +37,11 @@ public:
static void REPL_device(FILE * fp, const char *filename);
static void REPL();
// Internal - used by PySceneClass_get_children()
static PyObject* _sceneUI(PyObject*, PyObject*);
// scene control
// Internal - used by PySceneObject::activate()
static PyObject* _setScene(PyObject*, PyObject*);
static PyObject* _currentScene(PyObject*, PyObject*);
static PyObject* _createScene(PyObject*, PyObject*);
static PyObject* _keypressScene(PyObject*, PyObject*);
// timer control
static PyObject* _setTimer(PyObject*, PyObject*);