1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 19:08:38 +01:00

remove useless comment

This commit is contained in:
Michael Save 2012-02-14 21:06:55 +11:00
parent 6fe4993706
commit 810c1866bb

View File

@ -29,7 +29,6 @@
public static function homepage($settings) {
global $config;
// HTML5
return Element('themes/frameset/frames.html', Array('config' => $config, 'settings' => $settings));
}