mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
color.h: remove obsolete color COL_MENUCONTENTSELECTED_PLUS_1
Origin commit data
------------------
Branch: ni/coolstream
Commit: a5d99d4db4
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-19 (Wed, 19 Oct 2016)
Origin message was:
------------------
- color.h: remove obsolete color COL_MENUCONTENTSELECTED_PLUS_1
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -71,7 +71,6 @@
|
||||
#define COL_MENUCONTENTDARK_PLUS_0 (COL_MENUCONTENTDARK + 0)
|
||||
#define COL_MENUCONTENTDARK_PLUS_2 (COL_MENUCONTENTDARK + 2)
|
||||
#define COL_MENUCONTENTSELECTED_PLUS_0 (COL_MENUCONTENTSELECTED + 0)
|
||||
#define COL_MENUCONTENTSELECTED_PLUS_1 (COL_MENUCONTENTSELECTED + 1) //NI
|
||||
#define COL_MENUCONTENTSELECTED_PLUS_2 (COL_MENUCONTENTSELECTED + 2)
|
||||
#define COL_MENUCONTENTINACTIVE_PLUS_0 (COL_MENUCONTENTINACTIVE + 0)
|
||||
#define COL_MENUFOOT_PLUS_0 (COL_MENUFOOT + 0)
|
||||
@@ -96,7 +95,6 @@
|
||||
#define COL_MENUCONTENTDARK_PLUS_0 (CFrameBuffer::getInstance()->realcolor[(COL_MENUCONTENTDARK + 0)])
|
||||
#define COL_MENUCONTENTDARK_PLUS_2 (CFrameBuffer::getInstance()->realcolor[(COL_MENUCONTENTDARK + 2)])
|
||||
#define COL_MENUCONTENTSELECTED_PLUS_0 (CFrameBuffer::getInstance()->realcolor[(COL_MENUCONTENTSELECTED + 0)])
|
||||
#define COL_MENUCONTENTSELECTED_PLUS_1 (CFrameBuffer::getInstance()->realcolor[(COL_MENUCONTENTSELECTED + 1)]) //NI
|
||||
#define COL_MENUCONTENTSELECTED_PLUS_2 (CFrameBuffer::getInstance()->realcolor[(COL_MENUCONTENTSELECTED + 2)])
|
||||
#define COL_MENUCONTENTINACTIVE_PLUS_0 (CFrameBuffer::getInstance()->realcolor[(COL_MENUCONTENTINACTIVE + 0)])
|
||||
#define COL_MENUFOOT_PLUS_0 (CFrameBuffer::getInstance()->realcolor[(COL_MENUFOOT + 0)])
|
||||
|
Reference in New Issue
Block a user