diff --git a/window.go b/window.go
index 24c2aeed727c023d68e39a58da517a16b2aab8fa..c9626026e1da87d47fd2480f60919164d946ebc0 100644
--- a/window.go
+++ b/window.go
@@ -56,7 +56,6 @@ type WindowConfig struct {
 
 // Window is a window handler. Use this type to manipulate a window (input, drawing, ...).
 type Window struct {
-	enabled bool
 	window  *glfw.Window
 	config  WindowConfig