| 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..c55dd06d5f9104daef06ea3ed2ad67595086c1db 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
|
|
|