Clean up unnecessary constructor

This commit is contained in:
Kijin Sung 2024-12-10 22:50:55 +09:00
parent 0d6fe46281
commit 351d2a452a

View file

@ -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
**/