aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dev-function-overview.md
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 /doc/dev-function-overview.md
parentb2a51db14e61e3f742b4a0e11bcb22e5c6e12800 (diff)
downloadvolse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.tar.gz
volse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.tar.bz2
volse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.zip
get rid of get_app()
Diffstat (limited to 'doc/dev-function-overview.md')
-rw-r--r--doc/dev-function-overview.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md
index fa8a98ff3..cd2526ead 100644
--- a/doc/dev-function-overview.md
+++ b/doc/dev-function-overview.md
@@ -15,10 +15,6 @@ Returns authenticated numeric channel_id if authenticated and connected to a cha
Returns authenticated string hash of Red global identifier, if authenticated via remote auth, or an empty string.
-* get_app()
-
-Returns the global app structure ($a). No longer used as App is a static class
-
* App::get_observer()
returns an xchan structure representing the current viewer if authenticated (locally or remotely).