Skip to content

Commit b396d0b

Browse files
author
ju1ius
committed
remove those static properties 'till we know qhere to put'em
1 parent 6124a20 commit b396d0b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/CSSRuleSet.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ public function __toString() {
9191
* Declaration blocks usually appear directly inside a CSSDocument or another CSSList (mostly a CSSMediaQuery).
9292
*/
9393
class CSSDeclarationBlock extends CSSRuleSet {
94-
static
95-
$LIST_STYLE_PROPERTIES = array(
96-
'list-style-type', 'list-style-position', 'list-style-image'
97-
),
98-
$BACKGROUND_PROPERTIES = array(
99-
'background-color', 'background-image', 'background-repeat',
100-
'background-position', 'background-attachment'
101-
);
10294

10395
private $aSelectors;
10496

0 commit comments

Comments
 (0)