From f06e3291feaeb8d56e78626bd5deb9cdc2d60fde Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 19 Sep 2015 10:24:22 +0200 Subject: [PATCH] removed commented code --- src/lib/ebus/data.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib/ebus/data.h b/src/lib/ebus/data.h index 5a59be63..79790584 100644 --- a/src/lib/ebus/data.h +++ b/src/lib/ebus/data.h @@ -47,12 +47,6 @@ using namespace std; #define UI_FIELD_SEPARATOR ';' /** the type for data output format options. */ -/*class OutputFormat { - public: - bool operator&(int x){return false;} - OutputFormat(int x) {} -};*/ -//typedef xOutputFormat* OutputFormat; typedef int OutputFormat; /* the bit flags for @a OutputFormat. */