summaryrefslogtreecommitdiff
path: root/src/polkitmateauthenticator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polkitmateauthenticator.c')
-rw-r--r--src/polkitmateauthenticator.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/polkitmateauthenticator.c b/src/polkitmateauthenticator.c
index 5e54c13..1ce8cc6 100644
--- a/src/polkitmateauthenticator.c
+++ b/src/polkitmateauthenticator.c
@@ -20,7 +20,6 @@
* Author: David Zeuthen <[email protected]>
*/
-
#include "config.h"
#include <string.h>
@@ -365,7 +364,6 @@ session_show_info (PolkitAgentSession *session,
gtk_window_present (GTK_WINDOW (authenticator->dialog));
}
-
static void
session_completed (PolkitAgentSession *session,
gboolean gained_authorization,
@@ -380,7 +378,6 @@ session_completed (PolkitAgentSession *session,
g_main_loop_quit (authenticator->loop);
}
-
static gboolean
do_initiate (gpointer user_data)
{
@@ -517,4 +514,3 @@ polkit_mate_authenticator_get_cookie (PolkitMateAuthenticator *authenticator)
return authenticator->cookie;
}
-