Skip to content

Commit

Permalink
phpdocs, unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Klap-in committed Jun 10, 2015
1 parent d684e40 commit ec4262d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions renderer.php
Expand Up @@ -26,6 +26,7 @@
* The Renderer
*/
class renderer_plugin_odt extends Doku_Renderer {
/** @var helper_plugin_odt_stylefactory */
var $factory = null;
/** @var helper_plugin_odt_cssimport */
var $import = null;
Expand Down Expand Up @@ -3027,9 +3028,6 @@ function _odtOpenTextBoxUseProperties ($properties) {
$min_height = '1pt';
}

// For safety, init width_abs with value for 100%
$width_abs = $this->_getAbsWidthMindMargins (100);

// Different handling for relative and absolute size...
if ( $width [strlen($width)-1] == '%' ) {
// Convert percentage values to absolute size, respecting page margins
Expand Down

0 comments on commit ec4262d

Please sign in to comment.