diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-03 20:56:56 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-03 20:56:56 +0000 |
commit | fee85fe9916e603d9fdd7e6c61e1f3380df59d51 (patch) | |
tree | ae164d83ae2d503093c5a77aba5b2efc8311ce45 /protocols/Twitter/src/proto.h | |
parent | e3c473aceee0428a0d4ca80024c65953d43b96bd (diff) |
Twitter:
- Fixed retweets (broken after r13248)
- minor cleantup
git-svn-id: http://svn.miranda-ng.org/main/trunk@14486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/proto.h')
-rw-r--r-- | protocols/Twitter/src/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Twitter/src/proto.h b/protocols/Twitter/src/proto.h index fc78347aa9..ac1ae17b7b 100644 --- a/protocols/Twitter/src/proto.h +++ b/protocols/Twitter/src/proto.h @@ -26,11 +26,6 @@ public: TwitterProto(const char*,const TCHAR*);
~TwitterProto();
- inline const char * ModuleName() const
- {
- return m_szModuleName;
- }
-
//PROTO_INTERFACE
virtual MCONTACT __cdecl AddToList(int,PROTOSEARCHRESULT *);
|