diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-02 16:58:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-02 16:58:06 +0000 |
commit | 090353f5daa6bbe3e80225392bcd3de6ca39f3a1 (patch) | |
tree | 67bda2377778cb10ac5f00188549a4146bb58b13 /protocols/Twitter/src/proto.h | |
parent | 4cc24bc64c4de09208457b3e3a315cdc097e0ec1 (diff) |
fix for registering relative avatar path in Twitter
git-svn-id: http://svn.miranda-ng.org/main/trunk@3845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/proto.h')
-rw-r--r-- | protocols/Twitter/src/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Twitter/src/proto.h b/protocols/Twitter/src/proto.h index 8a9525b91d..9287ff3636 100644 --- a/protocols/Twitter/src/proto.h +++ b/protocols/Twitter/src/proto.h @@ -161,7 +161,6 @@ private: twitter_id since_id_;
twitter_id dm_since_id_;
- std::tstring def_avatar_folder_;
HANDLE hAvatarFolder_;
bool in_chat_;
|