ext/**.civix.php - Remove _civix_find_files(). Not used anymore.
[civicrm-core.git] / ext / afform / html / afform_html.civix.php
index 8346be57bb822916d70ef50e8ddda0dbddc38889..2475d2afe3f3371efb3cc9e0177a326a8ec002c9 100644 (file)
@@ -204,22 +204,6 @@ function _afform_html_civix_upgrader() {
   }
 }
 
-/**
- * Search directory tree for files which match a glob pattern.
- *
- * Note: Dot-directories (like "..", ".git", or ".svn") will be ignored.
- * Note: Delegate to CRM_Utils_File::findFiles(), this function kept only
- * for backward compatibility of extension code that uses it.
- *
- * @param string $dir base dir
- * @param string $pattern , glob pattern, eg "*.txt"
- *
- * @return array
- */
-function _afform_html_civix_find_files($dir, $pattern) {
-  return CRM_Utils_File::findFiles($dir, $pattern);
-}
-
 /**
  * Glob wrapper which is guaranteed to return an array.
  *