MDL-29960 repository/dropbox - remove unsused code

This function calls an API request which may be changed from the
version 0 of the API
This commit is contained in:
Dan Poltawski 2011-11-25 09:47:32 +00:00
parent c745d1e80e
commit 6381177b9f

View file

@ -52,15 +52,6 @@ class dropbox extends oauth_helper {
return $data;
}
/**
* Get user account info
*/
public function get_account_info($token, $secret) {
$url = $this->dropbox_api.'/account/info';
$content = $this->get($url, array(), $token, $secret);
return $content;
}
/**
* Download a file
*/