aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-01 00:16:02 -0800
committerfriendica <info@friendica.com>2013-12-01 00:16:02 -0800
commitbd33e0486d992eb8904f84862c052ee2f9d01d55 (patch)
treea18ecaf9af910d62b310307829da068e37a1321a /boot.php
parent3163731a3d5705dcdd5373c197f7ab9257d9cf17 (diff)
downloadvolse-hubzilla-bd33e0486d992eb8904f84862c052ee2f9d01d55.tar.gz
volse-hubzilla-bd33e0486d992eb8904f84862c052ee2f9d01d55.tar.bz2
volse-hubzilla-bd33e0486d992eb8904f84862c052ee2f9d01d55.zip
deprecate a->get_curl_code() and $a->get_curl_headers()
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/boot.php b/boot.php
index dc9021745..e542913f2 100755
--- a/boot.php
+++ b/boot.php
@@ -989,26 +989,6 @@ class App {
)) . $this->page['htmlhead'];
}
- // The following curl functions will go away once we've converted
- // all instances of (fetch|post)_url() to z_(fetch|post)_url()
-
- function set_curl_code($code) {
- $this->curl_code = $code;
- }
-
- function get_curl_code() {
- return $this->curl_code;
- }
-
- function set_curl_headers($headers) {
- $this->curl_headers = $headers;
- }
-
- function get_curl_headers() {
- return $this->curl_headers;
- }
-
-
/**
* register template engine class
* if $name is "", is used class static property $class::$name