diff options
author | Pablo Barciela <[email protected]> | 2019-12-14 19:06:32 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-12-21 22:36:48 +0000 |
commit | b42d1a69443352f6db52167452315a6fbb3562f6 (patch) | |
tree | c3a54ff0c2608ac579a595e45be109d4a305d5e9 /mate-session/gsm-consolekit.h | |
parent | 23b891fd8f149a6f24fa168b87353f961389ea04 (diff) | |
download | mate-session-manager-b42d1a69443352f6db52167452315a6fbb3562f6.tar.bz2 mate-session-manager-b42d1a69443352f6db52167452315a6fbb3562f6.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'mate-session/gsm-consolekit.h')
-rw-r--r-- | mate-session/gsm-consolekit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-session/gsm-consolekit.h b/mate-session/gsm-consolekit.h index 6cffd5b..ce4a821 100644 --- a/mate-session/gsm-consolekit.h +++ b/mate-session/gsm-consolekit.h @@ -56,8 +56,6 @@ enum _GsmConsolekitError { #define GSM_CONSOLEKIT_SESSION_TYPE_LOGIN_WINDOW "LoginWindow" -GType gsm_consolekit_get_type (void) G_GNUC_CONST; - GQuark gsm_consolekit_error_quark (void); GsmConsolekit *gsm_consolekit_new (void) G_GNUC_MALLOC; |