Backout unrelated code landed in dee3e26cc1c0 by mistake.

--HG--
extra : source : d931b333d2263e19921a1e1ab331403321c21c26
This commit is contained in:
Xidorn Quan 2015-08-07 14:40:16 +10:00
Родитель 01846026c1
Коммит d1a7c5bc3b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,7 @@ STYLE_STRUCTS = [("INHERITED",) + x for x in [
("Background", "nullptr", NORMAL_DEP + LENGTH_DEP + COLOR_DEP),
("Position", "nullptr", NORMAL_DEP + LENGTH_DEP),
("TextReset", "nullptr", NORMAL_DEP + LENGTH_DEP + COLOR_DEP),
("Display", "nullptr", NORMAL_DEP),
("Display", "nullptr", NORMAL_DEP + LENGTH_DEP),
("Content", "nullptr", NORMAL_DEP + LENGTH_DEP),
("UIReset", "nullptr", NORMAL_DEP),
("Table", "nullptr", NORMAL_DEP),