From 598759459647498d13ec419883fd20f688894573 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 14 Sep 2014 21:01:30 -0400 Subject: [PATCH] RX - Removed mystery define that has been commented out for three years. - Added explanatory comments. --- src/DOM.cpp | 2 +- src/RX.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/DOM.cpp b/src/DOM.cpp index b17c35ea1..7afd874ea 100644 --- a/src/DOM.cpp +++ b/src/DOM.cpp @@ -254,7 +254,7 @@ bool DOM::get (const std::string& name, const Task& task, Variant& value) value = Variant ((time_t) Duration (task.get (canonical)), Variant::type_duration); else if (column->type () == "numeric") value = Variant (task.get_float (canonical)); - else + else // string value = Variant (task.get (canonical)); return true; diff --git a/src/RX.cpp b/src/RX.cpp index 9905977de..5456ec887 100644 --- a/src/RX.cpp +++ b/src/RX.cpp @@ -29,8 +29,6 @@ #include #include -//#define _POSIX_C_SOURCE 1 // Forgot why this is here. Moving on... - //////////////////////////////////////////////////////////////////////////////// RX::RX () : _compiled (false)