remove unused setter

This commit is contained in:
Seth Alves 2016-05-20 10:12:38 -07:00
parent aa58cad93e
commit 35065ab05e

View file

@ -149,7 +149,6 @@ public:
// these are used by code in ScriptEngines.cpp during the "reload all" operation
bool isStopping() const { return _isStopping; }
void setIsStopping() { _isStopping = true; }
bool isDebuggable() const { return _debuggable; }