From e2e259126c0d5c834135014d85430ffcfc885588 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 31 Jul 2014 09:59:44 -0500 Subject: remove testing stub used by development --- src/notifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications.cpp b/src/notifications.cpp index c66f634..da7351b 100644 --- a/src/notifications.cpp +++ b/src/notifications.cpp @@ -327,7 +327,7 @@ Engine::~Engine() bool Engine::supports_actions() const { - return true; //impl->supports_actions(); + return impl->supports_actions(); } int -- cgit v1.2.3