diff --git a/modules/Vtiger/views/IndexAjax.php b/modules/Vtiger/views/IndexAjax.php
index 5352fdd72e741ce6f7e4420cc6c19b08607460e3..f85075f52c966c42811291af8201001b54150aa1 100644
--- a/modules/Vtiger/views/IndexAjax.php
+++ b/modules/Vtiger/views/IndexAjax.php
@@ -10,10 +10,6 @@
 
 class Vtiger_IndexAjax_View extends Vtiger_Index_View {
 
-	function checkPermission(Vtiger_Request $request) {
-		return true;
-	}
-	
 	function __construct() {
 		parent::__construct();
 		$this->exposeMethod('showActiveRecords');