| 1107 | } |
| 1108 | |
| 1109 | void removeVariableNotify( const char *name, const NotifyDelegate &callback ) |
| 1110 | { |
| 1111 | gEvalState.globalVars.removeVariableNotify( name, callback ); |
| 1112 | } |
| 1113 | |
| 1114 | //--------------------------------------------------------------------------- |
| 1115 |
no test coverage detected