mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Clean up unnecessary constructor
This commit is contained in:
parent
0d6fe46281
commit
351d2a452a
1 changed files with 0 additions and 10 deletions
|
|
@ -18,16 +18,6 @@ class Board extends ModuleObject
|
|||
var $page_count = 10; ///< page number
|
||||
var $category_list = NULL; ///< category list
|
||||
|
||||
/**
|
||||
* constructor
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief install the module
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue