ext/**.civix.php - Remove _civix_find_files(). Not used anymore.
[civicrm-core.git] / ext / afform / core / afform.civix.php
index 7b375e21cb059db93faf29e87b8537048ec2a93d..718981e3f1bdf3d37bd6c082b4d5ddbf6dbdff44 100644 (file)
@@ -204,22 +204,6 @@ function _afform_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_civix_find_files($dir, $pattern) {
-  return CRM_Utils_File::findFiles($dir, $pattern);
-}
-
 /**
  * Glob wrapper which is guaranteed to return an array.
  *