gamnit: enable dynamic window resizing on desktop
[nit.git] / lib / gamnit / cameras_cache.nit
index 08adc8f..852ac9b 100644 (file)
@@ -110,12 +110,6 @@ redef class UICamera
                mvp_matrix_cache = null
        end
 
-       redef fun width=(value)
-       do
-               super
-               mvp_matrix_cache = null
-       end
-
        redef fun height=(value)
        do
                super