Merge "Remove $wgAjaxWatch configuration variable"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index b262698..5eaeffa 100644 (file)
@@ -7349,12 +7349,6 @@ $wgUseAjax = true;
  */
 $wgAjaxExportList = array();
 
-/**
- * Enable watching/unwatching pages using AJAX.
- * Requires $wgUseAjax to be true too.
- */
-$wgAjaxWatch = true;
-
 /**
  * Enable AJAX check for file overwrite, pre-upload
  */