From f6df9730bd512982850b7f234f883eabbd925e7d Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 30 Jul 2014 14:53:10 -0500 Subject: remove testing stub --- src/notifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notifications.cpp') diff --git a/src/notifications.cpp b/src/notifications.cpp index bad4b1a..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