[gnome-2048] Remove redundant thing.



commit 010f011daa9a0295204cdbb86cc40ce935ccda22
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Jul 28 12:00:06 2019 +0200

    Remove redundant thing.

 src/game-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/game-window.vala b/src/game-window.vala
index 438c03d..9b5b624 100644
--- a/src/game-window.vala
+++ b/src/game-window.vala
@@ -421,7 +421,7 @@ private class GameWindow : ApplicationWindow
         /* Translators: label introducing a combobox in the dialog that appears when the user clicks the 
"Scores" entry in the hamburger menu, if the user has already finished at least two games of different size 
(between 3 × 3, 4 × 4 and 5 × 5) */
         _scores_ctx = new Scores.Context ("gnome-2048", _("Grid Size:"), this, category_request, 
Scores.Style.POINTS_GREATER_IS_BETTER);
     }
-    private inline Games.Scores.Category category_request (string key)
+    private inline Scores.Category category_request (string key)
     {
         switch (key)
         {


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