extra method get_full_page removed

This commit is contained in:
moneroexamples 2016-11-24 09:09:58 +08:00
parent 735de00f96
commit 207418432e
1 changed files with 0 additions and 9 deletions

View File

@ -3640,15 +3640,6 @@ private:
+ footer_html;
}
string
get_full_page(string& middle)
{
return xmreg::read(TMPL_HEADER)
+ middle
+ xmreg::read(TMPL_FOOTER);
}
void
add_css_style(mstch::map& context)
{