diff options
-rw-r--r-- | include/regchannel.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 247371f05..416d58f74 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -9,8 +9,6 @@ * */ -#include "services.h" - class CoreExport ChannelInfo : public Extensible { private: @@ -280,7 +278,7 @@ class CoreExport ChannelInfo : public Extensible { return true; } - + return false; } |