get rid of get_app()

This commit is contained in:
zotlabs
2017-03-28 16:02:47 -07:00
committed by Mario Vavti
parent b2a51db14e
commit c20aa6062c
7 changed files with 3 additions and 30 deletions

View File

@@ -1259,18 +1259,6 @@ class App {
} // End App class
/**
* @brief Retrieve the App structure.
*
* Useful in functions which require it but don't get it passed to them
*
* @return App
*/
function get_app() {
return $a;
}
/**
* @brief Multi-purpose function to check variable state.
*