diff --git a/core/js/js.js b/core/js/js.js
index cbdffd0f016ddfe56edec5f8876ff35af62ecb38..2937d3f6eb12d2a2857cb209fb13f8ecf2e6599e 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -174,7 +174,6 @@ var OC={
 	 * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)
 	 * @param {string} file the filename
 	 * @return {string} Absolute URL for a file in an app
-	 * @deprecated use OC.generateUrl() instead
 	 */
 	filePath:function(app,type,file){
 		var isCore=OC.coreApps.indexOf(app)!==-1,