diff options
author | Marc Deslauriers <marc.deslauriers@canonical.com> | 2012-01-30 09:39:29 -0500 |
---|---|---|
committer | Marc Deslauriers <marc.deslauriers@canonical.com> | 2012-01-30 09:39:29 -0500 |
commit | 38923e553288e7d69d7c524bd1a7010cc83e77db (patch) | |
tree | eef6b3efbffbc716efe7aa9a441198d31007ff32 /src/lock-helper.h | |
parent | 77699eb5a22ed5da6b008368486121e9ef7fc4e0 (diff) | |
download | ayatana-indicator-session-38923e553288e7d69d7c524bd1a7010cc83e77db.tar.gz ayatana-indicator-session-38923e553288e7d69d7c524bd1a7010cc83e77db.tar.bz2 ayatana-indicator-session-38923e553288e7d69d7c524bd1a7010cc83e77db.zip |
Remove dead GSS throttling code. Let gnome-settings-daemon
handle locking the screen when UPower requests it.
Diffstat (limited to 'src/lock-helper.h')
-rw-r--r-- | src/lock-helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lock-helper.h b/src/lock-helper.h index 37f1448..e2d5106 100644 --- a/src/lock-helper.h +++ b/src/lock-helper.h @@ -24,9 +24,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libdbusmenu-glib/menuitem.h> -void screensaver_throttle (gchar * reason); -void screensaver_unthrottle (void); - gboolean will_lock_screen (void); void lock_screen (DbusmenuMenuitem * mi, guint timestamp, gpointer data); gboolean lock_screen_setup (gpointer data); |