From 845067b3f37ff48eab3b612d52518e529559b738 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 31 Mar 2015 13:54:26 -0500 Subject: simplify the awake display timeout code --- include/notifications/awake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/notifications/awake.h b/include/notifications/awake.h index ad04cca..bc38817 100644 --- a/include/notifications/awake.h +++ b/include/notifications/awake.h @@ -36,7 +36,7 @@ namespace notifications { class Awake { public: - explicit Awake(const std::string& app_name, unsigned int display_on_seconds); + explicit Awake(const std::string& app_name); ~Awake(); private: -- cgit v1.2.3