Remove useless function
This commit is contained in:
		
							parent
							
								
									6c77226652
								
							
						
					
					
						commit
						51404cd706
					
				|  | @ -22,11 +22,6 @@ pub fn start(self: *Self) void { | |||
|     self.initial = SDL.getTicks64(); | ||||
| } | ||||
| 
 | ||||
| pub fn unstop (self: *Self) void { | ||||
|     self.started = true; | ||||
| 
 | ||||
| } | ||||
| 
 | ||||
| pub fn finished(self: *Self) bool { | ||||
|     if (self.started) { | ||||
|         self.progress = SDL.getTicks64() - self.initial; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue