[gnome-chess/mcatanzaro/gtk4] progress



commit 6eefdb51e2993dc48d8f628b48be31691ea56fc5
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Dec 23 19:47:34 2020 -0600

    progress

 src/gnome-chess.vala | 11 -----------
 1 file changed, 11 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 955ca5d..c6e4838 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -499,13 +499,6 @@ Copyright © 2015–2016 Sahil Sareen""";
     {
         starting = true;
 
-#if 0
-        if (game_file != null && game_file.get_path () != autosave_filename)
-            headerbar.subtitle = game_file.get_basename ();
-        else
-            headerbar.subtitle = null;
-#endif
-
         var model = (Gtk.ListStore) history_combo.model;
         model.clear ();
         TreeIter iter;
@@ -2397,10 +2390,6 @@ Copyright © 2015–2016 Sahil Sareen""";
 
                 disable_window_action (SAVE_GAME_ACTION_NAME);
                 game_needs_saving = false;
-
-#if 0
-                headerbar.subtitle = game_file.get_basename ();
-#endif
             }
             catch (Error e)
             {


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