Skip to content

Commit

Permalink
Remove variable declaration (Fix #12619)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker authored Oct 29, 2016
1 parent 6aaae6e commit 8797fc0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libraries/legacy/view/legacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ class JViewLegacy extends JObject
*/
protected $_charset = 'UTF-8';

/**
* A form object
*
* @var JForm
* @since 3.2
*/
public $form;

/**
* Constructor
*
Expand Down

0 comments on commit 8797fc0

Please sign in to comment.