[gnome-2048/arnaudb/wip/gtk4: 31/36] Comment things.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048/arnaudb/wip/gtk4: 31/36] Comment things.
- Date: Tue, 14 Jul 2020 11:00:59 +0000 (UTC)
commit 5530489e46db79ef85dcdca7f26fa7323d757af7
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]