removed a piece of dead code.
authorhamidouk
Tue, 13 Sep 2011 12:07:51 +0200
changeset 41 9ebaa5eb4f9b
parent 40 626d9cd3173d
child 42 b35c32744ae9
removed a piece of dead code.
src/js/LdtPlayer.js
--- a/src/js/LdtPlayer.js	Tue Sep 13 12:01:01 2011 +0200
+++ b/src/js/LdtPlayer.js	Tue Sep 13 12:07:51 2011 +0200
@@ -802,12 +802,6 @@
 		}
 };
 
-IriSP.SearchCleanString	= function (value){
-	var reg = new RegExp("(chien)", "g");
-	value.replace(reg,"");
-	return value;
-};
-
 IriSP.SearchThisSegment = function (annotation){
 	/* FIXME: to implement */
 					IriSP.jQuery("#LdtSearchInput").text(annotation.title);