aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-28 16:02:47 -0700
committerMario Vavti <mario@mariovavti.com>2017-03-31 10:30:17 +0200
commitc20aa6062c38d81d19d53bad3a65f78e95b126c9 (patch)
tree352ed5b86c4167d1a64bb8c834005c94b450b456 /boot.php
parentb2a51db14e61e3f742b4a0e11bcb22e5c6e12800 (diff)
downloadvolse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.tar.gz
volse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.tar.bz2
volse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.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 da5d571b2..e0546d049 100755
--- a/boot.php
+++ b/boot.php
@@ -1260,18 +1260,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')