diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-10 13:59:14 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-10 13:59:14 +0000 |
commit | 9f522eb773175d67693db495250fd7c45dd1ec54 (patch) | |
tree | 313ec516286c766ec909c4cafd68a15911380c0b /protocols/Steam/src/steam_avatars.cpp | |
parent | d8d27c17e7a26a14746d7273316dfac10629e7f1 (diff) |
Steam: minor fixes and improvements
git-svn-id: http://svn.miranda-ng.org/main/trunk@8934 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, 5 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_avatars.cpp b/protocols/Steam/src/steam_avatars.cpp index b009e1c32d..45ee6b80fe 100644 --- a/protocols/Steam/src/steam_avatars.cpp +++ b/protocols/Steam/src/steam_avatars.cpp @@ -99,4 +99,8 @@ INT_PTR CSteamProto::GetMyAvatar(WPARAM wParam, LPARAM lParam) }
return -1;
-}
\ No newline at end of file +}
+
+//INT_PTR CSteamProto::SetMyAvatar(WPARAM wParam, LPARAM lParam)
+//{
+//}
\ No newline at end of file |