aboutsummaryrefslogtreecommitdiff
path: root/src/lock-helper.h
diff options
context:
space:
mode:
authorMarc Deslauriers <marc.deslauriers@canonical.com>2012-01-30 09:39:29 -0500
committerMarc Deslauriers <marc.deslauriers@canonical.com>2012-01-30 09:39:29 -0500
commit38923e553288e7d69d7c524bd1a7010cc83e77db (patch)
treeeef6b3efbffbc716efe7aa9a441198d31007ff32 /src/lock-helper.h
parent77699eb5a22ed5da6b008368486121e9ef7fc4e0 (diff)
downloadayatana-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.h3
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);