[gnome-2048/arnaudb/wip/gtk4: 33/48] Comment things.




commit 057c3a12742f7a544d4db829c6e865c4cfad8a20
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Jul 13 17:03:23 2020 +0200

    Comment things.

 src/game.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/game.vala b/src/game.vala
index 9d63193..67c2c29 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -454,7 +454,7 @@ private class Game : Gtk.Widget
 
     private void _clear_background ()
     {
-        _background_grid.@foreach ((widget) => widget.destroy ());
+//        _background_grid.@foreach ((widget) => widget.destroy ());
     }
 
     private void _clear_foreground ()
@@ -470,7 +470,7 @@ private class Game : Gtk.Widget
         float tile_width  = canvas_width  / cols;
         float tile_height = canvas_height / rows;
 
-        _foreground_grid.@foreach ((widget) => widget.destroy ());
+//        _foreground_grid.@foreach ((widget) => widget.destroy ());
 
         for (uint8 i = 0; i < rows; i++)
         {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]