[iagno] Comment hint code.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Comment hint code.
- Date: Thu, 28 Feb 2019 14:03:10 +0000 (UTC)
commit 4980eb7056644b2f631756bc53f45e1ad853b8aa
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Feb 28 14:44:38 2019 +0100
Comment hint code.
src/game-window.vala | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/game-window.vala b/src/game-window.vala
index 9f23fda..8c56d11 100644
--- a/src/game-window.vala
+++ b/src/game-window.vala
@@ -24,7 +24,7 @@ using Gtk;
private enum GameWindowFlags {
SHOW_UNDO,
// SHOW_REDO,
- SHOW_HINT,
+ // SHOW_HINT,
SHOW_START_BUTTON;
}
@@ -63,7 +63,7 @@ private class GameWindow : ApplicationWindow
internal signal void undo ();
// internal signal void redo ();
- internal signal void hint ();
+ // internal signal void hint ();
internal GameWindow (string? css_resource, string name, int width, int height, bool maximized, bool
start_now, GameWindowFlags flags, Box new_game_screen, Widget _view)
{
@@ -192,7 +192,7 @@ private class GameWindow : ApplicationWindow
{ "undo", undo_cb },
// { "redo", redo_cb },
- { "hint", hint_cb },
+ // { "hint", hint_cb },
{ "toggle-hamburger", toggle_hamburger },
{ "unfullscreen", unfullscreen }
@@ -393,13 +393,13 @@ private class GameWindow : ApplicationWindow
redo ();
} */
- private void hint_cb ()
+/* private void hint_cb ()
{
string? stack_child = stack.get_visible_child_name ();
if (stack_child == null || (!) stack_child != "frame")
return;
hint ();
- }
+ } */
/*\
* * hamburger menu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]