diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-02-08 17:30:50 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-02-08 17:30:50 +0000 |
commit | 3b8d13f352d76bae85dcff763af583927fdaaad7 (patch) | |
tree | 42e684a9682fbe900684e22e059b713c3406ba30 /src/lock-helper.h | |
parent | 4145c29279197d5985d348fbe2ef219a4c015a11 (diff) | |
parent | 6975e8a7aab320c77f3cb3de345415b9f26ba5cd (diff) | |
download | ayatana-indicator-session-3b8d13f352d76bae85dcff763af583927fdaaad7.tar.gz ayatana-indicator-session-3b8d13f352d76bae85dcff763af583927fdaaad7.tar.bz2 ayatana-indicator-session-3b8d13f352d76bae85dcff763af583927fdaaad7.zip |
properly fix conflict and make sure to not check for updates 1 minute after starting the service or Pitti will kill me :)
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); |