From c20aa6062c38d81d19d53bad3a65f78e95b126c9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 28 Mar 2017 16:02:47 -0700 Subject: get rid of get_app() --- boot.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index da5d571b2..e0546d049 100755 --- a/boot.php +++ b/boot.php @@ -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. * -- cgit v1.2.3