diff options
Diffstat (limited to 'src/server/httpd')
-rw-r--r-- | src/server/httpd/httpd.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/httpd/httpd.tcl b/src/server/httpd/httpd.tcl index 5b012681..dfa9e335 100644 --- a/src/server/httpd/httpd.tcl +++ b/src/server/httpd/httpd.tcl @@ -94,11 +94,6 @@ proc lunion {a b} { } -# encode text -proc encode {a} { - return [string map {\n <br/> { } { } \t { } > > < < / /} $a] -} - proc first_flash_base {} { set t [lindex 0 [ocd_flash_banks]] return $t(base) |