| 1055 | } |
| 1056 | |
| 1057 | void removeVariableNotify( const char *name, const NotifyDelegate &callback ) |
| 1058 | { |
| 1059 | gEvalState.globalVars.removeVariableNotify( name, callback ); |
| 1060 | } |
| 1061 | |
| 1062 | //--------------------------------------------------------------------------- |
| 1063 |
no test coverage detected