Skip to content

Commit c364490

Browse files
committed
Remove PHPWord_Style_Cell::setHeight() since it's irrelevant and never used. Should be in PHPWord_Style_Row
1 parent 2633080 commit c364490

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Classes/PHPWord/Style/Cell.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,6 @@ public function setBgColor($pValue = null)
198198
$this->_bgColor = $pValue;
199199
}
200200

201-
public function setHeight($pValue = null)
202-
{
203-
$this->_height = $pValue;
204-
}
205-
206201
public function setBorderSize($pValue = null)
207202
{
208203
$this->_borderTopSize = $pValue;

0 commit comments

Comments
 (0)