[gnome-2048/arnaudb/wip/gtk4: 25/30] Comment things.



commit a2aa2940f70074d557cfc8c235522851950dfdf9
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 4818cbe..c9886aa 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -451,7 +451,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 ()
@@ -467,7 +467,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]