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. */