remove unnecessary enabled field in Window

This commit is contained in:
faiface 2017-02-03 16:48:38 +01:00
parent 7a8967c9d1
commit ef76333994
1 changed files with 0 additions and 1 deletions

View File

@ -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