From c5828fecc1fadb4db705bbf94edfa7ff873b491a 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 f5f25b471..c4f76ddf7 100755 --- a/boot.php +++ b/boot.php @@ -1223,18 +1223,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