mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kwin: remove unused CLUT_DATA_SIZE and CLUT_ELEMENT_SIZE along with it
This commit is contained in:
parent
122c6130c2
commit
efce4a75e1
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ namespace KWin {
|
|||
static const int LUT_GRID_POINTS = 64;
|
||||
static const size_t CLUT_ELEMENT_SIZE = sizeof(quint16);
|
||||
static const uint CLUT_ELEMENT_COUNT = LUT_GRID_POINTS * LUT_GRID_POINTS * LUT_GRID_POINTS * 3;
|
||||
static const size_t CLUT_DATA_SIZE = CLUT_ELEMENT_COUNT * CLUT_ELEMENT_SIZE;
|
||||
|
||||
inline static void buildDummyClut(Clut &c)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue