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-client.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-client.h')
-rw-r--r-- | mate-session/gsm-client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-session/gsm-client.h b/mate-session/gsm-client.h index b623742..0afff15 100644 --- a/mate-session/gsm-client.h +++ b/mate-session/gsm-client.h @@ -93,7 +93,6 @@ typedef enum GType gsm_client_error_get_type (void); GQuark gsm_client_error_quark (void); -GType gsm_client_get_type (void) G_GNUC_CONST; const char *gsm_client_peek_id (GsmClient *client); |