Revert "Create basic SBEnvironment class"

This reverts commit fd868f517d2c5ca8c0f160dbec0857b14ecf74c1.
This commit is contained in:
Walter Erquinigo
2020-03-23 18:20:10 -07:00
parent fd868f517d
commit 318a0caf9a
21 changed files with 3 additions and 573 deletions

View File

@@ -49,7 +49,6 @@ SBRegistry::SBRegistry() {
RegisterMethods<SBDebugger>(R);
RegisterMethods<SBDeclaration>(R);
RegisterMethods<SBError>(R);
RegisterMethods<SBEnvironment>(R);
RegisterMethods<SBEvent>(R);
RegisterMethods<SBExecutionContext>(R);
RegisterMethods<SBExpressionOptions>(R);