Ver código fonte

Remove dead code

Karl Zylinski 6 meses atrás
pai
commit
1b35f92087
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      window_win32.odin

+ 0 - 1
window_win32.odin

@@ -122,7 +122,6 @@ Win32_State :: struct {
 	allocator: runtime.Allocator,
 	custom_context: runtime.Context,
 	hwnd: win32.HWND,
-	window_should_close: bool,
 	events: [dynamic]Window_Event,
 }