kwin: remove unused CLUT_DATA_SIZE and CLUT_ELEMENT_SIZE along with it

This commit is contained in:
Ivailo Monev 2015-01-17 01:42:25 +00:00
parent 122c6130c2
commit efce4a75e1

View file

@ -45,7 +45,6 @@ namespace KWin {
static const int LUT_GRID_POINTS = 64; static const int LUT_GRID_POINTS = 64;
static const size_t CLUT_ELEMENT_SIZE = sizeof(quint16); 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 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) inline static void buildDummyClut(Clut &c)
{ {