Przeglądaj źródła

* Remove erroneously commited commented line

Michaël Van Canneyt 1 rok temu
rodzic
commit
4ac0781dd8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/wasm-utils/src/wasm.timer.objects.pas

+ 1 - 1
packages/wasm-utils/src/wasm.timer.objects.pas

@@ -80,7 +80,7 @@ begin
   FOnTimer:=aEvent;
   FSender:=aSender;
   FInterval:=aInterval;
-//  FID:=__wasm_timer_allocate(aInterval,Self);
+  FID:=__wasm_timer_allocate(aInterval,Self);
   if (FID=0) then
     begin
     __wasmtimer_log(wllError,SErrCouldNotCreateTimer);