diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-23 01:33:10 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-23 01:33:10 -0700 |
commit | 4c5c81c6bc16812cb62a53b7257167cddef28a7c (patch) | |
tree | 5340050689948130a567be5c3d0c9a32817c3ff1 /src/gpm-button.h | |
parent | 6ebb90a3029238c6d57fc67fd3ba2d2fbc4065a8 (diff) | |
parent | 247f3aeeffd20e0971641d8bb9ab1337f81991cd (diff) | |
download | mate-power-manager-4c5c81c6bc16812cb62a53b7257167cddef28a7c.tar.bz2 mate-power-manager-4c5c81c6bc16812cb62a53b7257167cddef28a7c.tar.xz |
Merge pull request #61 from lxnay/fix-github-master
Move logind / consolekit detection to runtime
Diffstat (limited to 'src/gpm-button.h')
-rw-r--r-- | src/gpm-button.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpm-button.h b/src/gpm-button.h index 7d60334..8992007 100644 --- a/src/gpm-button.h +++ b/src/gpm-button.h @@ -66,9 +66,6 @@ typedef struct GType gpm_button_get_type (void); GpmButton *gpm_button_new (void); gboolean gpm_button_is_lid_closed (GpmButton *button); -#ifdef WITH_SYSTEMD_SLEEP -gboolean gpm_button_get_lid_closed (); -#endif gboolean gpm_button_reset_time (GpmButton *button); G_END_DECLS |