From 0386334f49fde8c5e4a5f438ae5cf9ed285e4579 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 28 Jan 2014 16:51:21 +0000 Subject: Wide coverage translation web demo improvements + Add lexing/unlexing + Add a button to swap input and output + Minor layout adjustments --- src/www/translator/translator.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/www/translator') diff --git a/src/www/translator/translator.js b/src/www/translator/translator.js index e124e3523..1c8dbede6 100644 --- a/src/www/translator/translator.js +++ b/src/www/translator/translator.js @@ -1193,9 +1193,6 @@ function save_in_cloud(filename,document,cont) { with_dir(save) } -function unlextext(txt,cont) { gfshell('ps -bind -unlextext "'+txt+'"',cont) } -function lextext(txt,cont) { gfshell('ps -lextext "'+txt+'"',cont) } - // Like lextext, but separate punctuation from the end function lexgfrobust(txt,cont) { function rmpunct(txt) { -- cgit v1.2.3