diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-14 19:49:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-14 19:49:51 +0000 |
commit | e7eadee4856f2f3a2d6873712d5f73ce03b11918 (patch) | |
tree | acae8d5da72ce293d506b5cdcf063110f27b5653 /protocols/Steam/src/steam_avatars.cpp | |
parent | 84748741977bfc0bb49a6e2e42fa1ebd9e6b3aac (diff) |
Steam: work commit
- added joint to game menu item
- first approach to contacts management
- minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@8977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_avatars.cpp')
-rw-r--r-- | protocols/Steam/src/steam_avatars.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/Steam/src/steam_avatars.cpp b/protocols/Steam/src/steam_avatars.cpp index 45ee6b80fe..b009e1c32d 100644 --- a/protocols/Steam/src/steam_avatars.cpp +++ b/protocols/Steam/src/steam_avatars.cpp @@ -99,8 +99,4 @@ INT_PTR CSteamProto::GetMyAvatar(WPARAM wParam, LPARAM lParam) }
return -1;
-}
-
-//INT_PTR CSteamProto::SetMyAvatar(WPARAM wParam, LPARAM lParam)
-//{
-//}
\ No newline at end of file +}
\ No newline at end of file |