[tumblr] Remove explicit duplicate OAuth1 library

This commit is contained in:
Hypolite Petovan 2018-01-30 23:44:04 -05:00
parent de3d9b40b6
commit 6ecd6113f9
2 changed files with 0 additions and 877 deletions

View file

@ -6,9 +6,6 @@
* The first PHP Library to support OAuth for Tumblr's REST API. (Originally for Twitter, modified for Tumblr by Lucas)
*/
/* Load OAuth lib. You can find it at http://oauth.net */
require_once __DIR__ . DIRECTORY_SEPARATOR . 'OAuth1.php';
/**
* Tumblr OAuth class
*/