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 /egg | |
parent | 23b891fd8f149a6f24fa168b87353f961389ea04 (diff) | |
download | mate-session-manager-b42d1a69443352f6db52167452315a6fbb3562f6.tar.bz2 mate-session-manager-b42d1a69443352f6db52167452315a6fbb3562f6.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'egg')
-rw-r--r-- | egg/eggsmclient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/egg/eggsmclient.h b/egg/eggsmclient.h index 1721bfd..825d2ee 100644 --- a/egg/eggsmclient.h +++ b/egg/eggsmclient.h @@ -71,8 +71,6 @@ struct _EggSMClientClass void (*_egg_reserved4) (void); }; -GType egg_sm_client_get_type (void) G_GNUC_CONST; - GOptionGroup *egg_sm_client_get_option_group (void); /* Initialization */ |