1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

Remove twitter api keys from oauth.cpp, they've been regenerated

This commit is contained in:
Jeff Mitchell 2011-02-13 13:39:22 -05:00
parent 7005d6f123
commit 98bd3d226c

@ -25,11 +25,11 @@
#include "oauth.h"
#ifndef CONSUMER_KEY
#define CONSUMER_KEY "B92heFT38GQtmnVnAzAdg"
#define CONSUMER_KEY ""
#endif //CONSUMER_KEY
#ifndef CONSUMER_SECRET
#define CONSUMER_SECRET "nDJpSsXXBIFFIB2XrkwBL48h0ztsBUZ939CX1sh1U"
#define CONSUMER_SECRET ""
#endif //CONSUMER_SECRET
/**