فهرست منبع

Remove dead code

Karl Zylinski 6 ماه پیش
والد
کامیت
1b35f92087
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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,
 }