summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-06-20 12:14:36 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-06-20 12:14:36 +0300
commit9b92c3264602aed272c6226ff283473041577a25 (patch)
treea7542330ebc53743f56bfa3f9fdb5b7602bc8840 /protocols/Twitter/src/proto.h
parentcb79e238a33b4f8c89f1c5c6a72b9c9ce3039c29 (diff)
Twitter:
- "Homepage" field returned back as resident setting (cause it's calculated); - meaningless TwitterProto members removed - version bump
Diffstat (limited to 'protocols/Twitter/src/proto.h')
-rw-r--r--protocols/Twitter/src/proto.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/protocols/Twitter/src/proto.h b/protocols/Twitter/src/proto.h
index 4fc546d547..4c7f08deed 100644
--- a/protocols/Twitter/src/proto.h
+++ b/protocols/Twitter/src/proto.h
@@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "utility.h"
+#include "..\..\..\..\miranda-private-keys\Twitter\oauth.dev.h"
class TwitterProto : public PROTO<TwitterProto>
{
@@ -120,13 +121,6 @@ private:
bool in_chat_;
int disconnectionCount;
-
- //mirandas keys
- wstring ConsumerKey;
- wstring ConsumerSecret;
-
- // various twitter api URLs
- wstring AuthorizeUrl;
};
struct CMPlugin : public ACCPROTOPLUGIN<TwitterProto>