From 4888233252d58f0df3c8773ec3268a0ed7bea1d2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 28 Jun 2011 11:11:04 -0700 Subject: uhd: re-work to make the properties easier to use --- host/lib/types/sensors.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'host/lib/types') diff --git a/host/lib/types/sensors.cpp b/host/lib/types/sensors.cpp index 5e1e8691c..52a63d14c 100644 --- a/host/lib/types/sensors.cpp +++ b/host/lib/types/sensors.cpp @@ -22,13 +22,6 @@ using namespace uhd; -sensor_value_t::sensor_value_t(void): - name(""), value(""), - unit(""), type(STRING) -{ - /* NOP */ -} - sensor_value_t::sensor_value_t( const std::string &name, bool value, -- cgit v1.2.3