Skip to content

Commit 616bc2c

Browse files
committed
Remove getLineNo() from class Size as it already there in the class Value
1 parent faa6dc7 commit 616bc2c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/Sabberworm/CSS/Value/Size.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ public function __construct($fSize, $sUnit = null, $bIsColorComponent = false, $
1919
$this->bIsColorComponent = $bIsColorComponent;
2020
}
2121

22-
/**
23-
* @return int
24-
*/
25-
public function getLineNo()
26-
{
27-
return $this->iLineNum;
28-
}
29-
3022
public function setUnit($sUnit) {
3123
$this->sUnit = $sUnit;
3224
}

0 commit comments

Comments
 (0)