diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-12 14:00:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-12 14:00:35 +0000 |
commit | 5970c40dd0ae37efac77c480ec379a74279fc347 (patch) | |
tree | 3d371f9ec810e35e92e4f1da776df5c7e3b0fd20 /protocols/IcqOscarJ/src/icq_avatar.h | |
parent | 4bea2efb74be2eab9b66421b54bfb7a786566819 (diff) |
- more logs;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@9772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_avatar.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_avatar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/IcqOscarJ/src/icq_avatar.h b/protocols/IcqOscarJ/src/icq_avatar.h index 899521929e..2feda07e75 100644 --- a/protocols/IcqOscarJ/src/icq_avatar.h +++ b/protocols/IcqOscarJ/src/icq_avatar.h @@ -20,17 +20,15 @@ // You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-//
// -----------------------------------------------------------------------------
// DESCRIPTION:
//
// Avatars connection support declarations
-//
// -----------------------------------------------------------------------------
+
#ifndef __ICQ_AVATAR_H
#define __ICQ_AVATAR_H
-
extern BYTE hashEmptyAvatar[9];
#define AVATAR_HASH_MINI 0x00
@@ -91,7 +89,6 @@ public: __inline static void SAFE_DELETE(avatars_server_connection **p) { SAFE_DELETE((lockable_struct**)p); };
-
struct avatars_request : public MZeroedObject
{
int type;
|