Skip to content

Commit 8df162e

Browse files
committed
Remove useless functions
1 parent 8eeb046 commit 8df162e

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

setup.php

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -95,34 +95,3 @@ function plugin_version_gantt()
9595
]
9696
];
9797
}
98-
99-
/**
100-
* Check pre-requisites before install
101-
* OPTIONNAL, but recommanded
102-
*
103-
* @return boolean
104-
*/
105-
function plugin_gantt_check_prerequisites()
106-
{
107-
108-
return true;
109-
}
110-
111-
/**
112-
* Check configuration process
113-
*
114-
* @param boolean $verbose Whether to display message on failure. Defaults to false
115-
*
116-
* @return boolean
117-
*/
118-
function plugin_gantt_check_config($verbose = false)
119-
{
120-
if (true) { // Your configuration check
121-
return true;
122-
}
123-
124-
if ($verbose) {
125-
echo __('Installed / not configured', 'gantt');
126-
}
127-
return false;
128-
}

0 commit comments

Comments
 (0)