Index: mojo/examples/window_manager/debug_panel.h |
diff --git a/mojo/examples/window_manager/debug_panel.h b/mojo/examples/window_manager/debug_panel.h |
index df22e0bf33a459e4aec0297475a6973c10737247..90e4da86dacca4e7224ae6aee801b49631dd5c5e 100644 |
--- a/mojo/examples/window_manager/debug_panel.h |
+++ b/mojo/examples/window_manager/debug_panel.h |
@@ -24,10 +24,6 @@ class View; |
namespace examples { |
namespace { |
-const SkColor kColors[] = { SK_ColorYELLOW, |
- SK_ColorRED, |
- SK_ColorGREEN, |
- SK_ColorMAGENTA }; |
} |
// A panel of controls intended to demonstrate the functionality of the window |
@@ -66,7 +62,6 @@ class DebugPanel : public views::LayoutManager, public views::ButtonListener { |
views::RadioButton* navigation_target_source_; |
views::RadioButton* navigation_target_default_; |
- size_t next_color_; |
views::Button* colored_square_; |
views::Button* close_last_; |
views::Button* cross_app_; |