aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-28 16:02:47 -0700
committerzotlabs <mike@macgirvin.com>2017-03-28 16:02:47 -0700
commitc5828fecc1fadb4db705bbf94edfa7ff873b491a (patch)
treeec4048698d2c263189fc9044d0a63d004417305a /boot.php
parentd12b360e926c5df8da1639a5935fcd3e9236e4e3 (diff)
downloadvolse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.gz
volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.bz2
volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.zip
get rid of get_app()
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/boot.php b/boot.php
index f5f25b471..c4f76ddf7 100755
--- a/boot.php
+++ b/boot.php
@@ -1224,18 +1224,6 @@ class App {
/**
- * @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.
*
* Usage: x($var) or $x($array, 'key')