Skip to content

Commit 7ad46ea

Browse files
committed
build error resolved
1 parent 9860e6f commit 7ad46ea

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/app/clusters/color-control-server/color-control-server.cpp

-25
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,6 @@ using namespace chip::app::Clusters;
3434
using namespace chip::app::Clusters::ColorControl;
3535
using chip::Protocols::InteractionModel::Status;
3636

37-
// These constants are NOT currently spec compliant
38-
// These should be changed once we have real specification enumeration
39-
// names.
40-
// namespace chip {
41-
// namespace app {
42-
// namespace Clusters {
43-
// namespace ColorControl {
44-
45-
// namespace EnhancedColorMode {
46-
// constexpr uint8_t kCurrentHueAndCurrentSaturation = ColorControlServer::EnhancedColorMode::kCurrentHueAndCurrentSaturation;
47-
// constexpr uint8_t kCurrentXAndCurrentY = ColorControlServer::EnhancedColorMode::kCurrentXAndCurrentY;
48-
// constexpr uint8_t kColorTemperature = ColorControlServer::EnhancedColorMode::kColorTemperature;
49-
// constexpr uint8_t kEnhancedCurrentHueAndCurrentSaturation =
50-
// ColorControlServer::EnhancedColorMode::kEnhancedCurrentHueAndCurrentSaturation;
51-
// } // namespace EnhancedColorMode
52-
53-
// namespace Options {
54-
// constexpr uint8_t kExecuteIfOff = 1;
55-
// } // namespace Options
56-
57-
// } // namespace ColorControl
58-
// } // namespace Clusters
59-
// } // namespace app
60-
// } // namespace chip
61-
6237
#if defined(MATTER_DM_PLUGIN_SCENES_MANAGEMENT) && CHIP_CONFIG_SCENES_USE_DEFAULT_HANDLERS
6338
class DefaultColorControlSceneHandler : public scenes::DefaultSceneHandlerImpl
6439
{

0 commit comments

Comments
 (0)