fixed compilation

This commit is contained in:
Jocelyn Fiat
2013-03-26 16:31:59 +01:00
parent c3c8c66f59
commit c9d11b3adb

View File

@@ -52,12 +52,6 @@ feature -- Access
feature -- Conversion
to_html (a_theme: WSF_THEME): STRING_8
do
create Result.make (1024)
append_to_html (a_theme, Result)
end
append_to_html (a_theme: WSF_THEME; a_html: STRING_8)
local
l_step: INTEGER