remove dependencies on dal.d.ts

This commit is contained in:
Peli de Halleux
2016-09-09 13:43:41 -07:00
parent a59d148eb5
commit 086bcf372f
5 changed files with 6 additions and 10 deletions

View File

@ -42,6 +42,5 @@ namespace control {
* Display warning in the simulator.
*/
//% shim=pxtrt::runtimeWarning
export function runtimeWarning(message: string) {
}
export function runtimeWarning(message: string) { }
}