aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-05-07 20:46:48 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-05-07 20:46:48 +0200
commit3c44cdf781d4fcb55b4e0c95043f172f218baaa7 (patch)
tree5967bdf36ea981b3f6cbff9c03f4491884f38aa1 /tests
parentcad592202de8c0ac6fa717f351729e7c9dbde3eb (diff)
parentbb6534f7098043619991b312c2196e4c9007fa54 (diff)
downloadarctica-greeter-3c44cdf781d4fcb55b4e0c95043f172f218baaa7.tar.gz
arctica-greeter-3c44cdf781d4fcb55b4e0c95043f172f218baaa7.tar.bz2
arctica-greeter-3c44cdf781d4fcb55b4e0c95043f172f218baaa7.zip
Merge branch 'Ionic-bugfix/pam-messages-and-misc'
Attributes GH PR #45: https://github.com/ArcticaProject/arctica-greeter/pull/45
Diffstat (limited to 'tests')
-rw-r--r--tests/arctica-greeter.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/arctica-greeter.vala b/tests/arctica-greeter.vala
index 3bcfeb8..e0ba0c6 100644
--- a/tests/arctica-greeter.vala
+++ b/tests/arctica-greeter.vala
@@ -22,8 +22,6 @@ public const int grid_size = 40;
[SingleInstance]
public class ArcticaGreeter : Object
{
- public static ArcticaGreeter singleton;
-
public signal void show_message (string text, LightDM.MessageType type);
public signal void show_prompt (string text, LightDM.PromptType type);
public signal void authentication_complete ();