mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 20:57:52 +02:00
Remove twitter api keys from oauth.cpp, they've been regenerated
This commit is contained in:
4
thirdparty/qtweetlib/src/oauth.cpp
vendored
4
thirdparty/qtweetlib/src/oauth.cpp
vendored
@@ -25,11 +25,11 @@
|
|||||||
#include "oauth.h"
|
#include "oauth.h"
|
||||||
|
|
||||||
#ifndef CONSUMER_KEY
|
#ifndef CONSUMER_KEY
|
||||||
#define CONSUMER_KEY "B92heFT38GQtmnVnAzAdg"
|
#define CONSUMER_KEY ""
|
||||||
#endif //CONSUMER_KEY
|
#endif //CONSUMER_KEY
|
||||||
|
|
||||||
#ifndef CONSUMER_SECRET
|
#ifndef CONSUMER_SECRET
|
||||||
#define CONSUMER_SECRET "nDJpSsXXBIFFIB2XrkwBL48h0ztsBUZ939CX1sh1U"
|
#define CONSUMER_SECRET ""
|
||||||
#endif //CONSUMER_SECRET
|
#endif //CONSUMER_SECRET
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user