aboutsummaryrefslogtreecommitdiff
path: root/src/main-window.vala
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-07-03 09:53:20 +0200
committerRobert Tari <robert@tari.in>2023-09-16 12:09:27 +0200
commit5509d9c59a10fa9567b5cf41387369a6ce522568 (patch)
treeed2e5b7e244b5566386675adc51bf6fd4d8e7721 /src/main-window.vala
parent2c571670b707d916b546d8e440bebda39dc46d9f (diff)
downloadarctica-greeter-5509d9c59a10fa9567b5cf41387369a6ce522568.tar.gz
arctica-greeter-5509d9c59a10fa9567b5cf41387369a6ce522568.tar.bz2
arctica-greeter-5509d9c59a10fa9567b5cf41387369a6ce522568.zip
Drop all internal a11y indicator related code
Diffstat (limited to 'src/main-window.vala')
-rw-r--r--src/main-window.vala13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/main-window.vala b/src/main-window.vala
index 5e500af..943ad25 100644
--- a/src/main-window.vala
+++ b/src/main-window.vala
@@ -2,6 +2,7 @@
*
* Copyright (C) 2011,2012 Canonical Ltd
* Copyright (C) 2015-2017 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Copyright (C) 2023 Robert Tari
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
@@ -18,6 +19,7 @@
* Authors: Robert Ancell <robert.ancell@canonical.com>
* Michael Terry <michael.terry@canonical.com>
* Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Robert Tari <robert@tari.in>
*/
public class MainWindow : Gtk.Window
@@ -208,12 +210,6 @@ public class MainWindow : Gtk.Window
}
}
- public void before_session_start()
- {
- debug ("Cleaning up menu bar related processes (i.e. orca, onboard, etc.)");
- menubar.cleanup();
- }
-
/* Setup the size and position of the window */
public void setup_window ()
{
@@ -453,11 +449,6 @@ public class MainWindow : Gtk.Window
return base.key_press_event (event);
}
- public void set_keyboard_state ()
- {
- menubar.set_keyboard_state ();
- }
-
public void show_shutdown_dialog (ShutdownDialogType type)
{
if (shutdown_dialog != null)