| Index: screensaver_states.h
|
| diff --git a/screensaver_states.h b/screensaver_states.h
|
| deleted file mode 100644
|
| index 340142eaa2d7c0f6c08fa11b94a0092a9b460364..0000000000000000000000000000000000000000
|
| --- a/screensaver_states.h
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -// A table of screen-saver states, to be included when building tabular things.
|
| -//
|
| -// See network_states.h for details.
|
| -
|
| -
|
| -#ifndef STATE
|
| -#define STATE(name, capname)
|
| -#endif
|
| -
|
| -STATE(locked, Locked)
|
| -STATE(unlocked, Unlocked)
|
| -
|
| -#undef STATE
|
|
|