Ignore:
Timestamp:
2005-11-15T14:29:47Z (19 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
9a103a2
Parents:
c1ede6e8
Message:

Remove some unused code in oscar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/auth.c

    rc1ede6e8 rfbc7844  
    352352{
    353353        guint8 encoding_table[] = {
    354 #if 0 /* old v1 table */
    355                 0xf3, 0xb3, 0x6c, 0x99,
    356                 0x95, 0x3f, 0xac, 0xb6,
    357                 0xc5, 0xfa, 0x6b, 0x63,
    358                 0x69, 0x6c, 0xc3, 0x9f
    359 #else /* v2.1 table, also works for ICQ */
     354        /* v2.1 table, also works for ICQ */
    360355                0xf3, 0x26, 0x81, 0xc4,
    361356                0x39, 0x86, 0xdb, 0x92,
    362357                0x71, 0xa3, 0xb9, 0xe6,
    363358                0x53, 0x7a, 0x95, 0x7c
    364 #endif
    365359        };
    366360        int i;
Note: See TracChangeset for help on using the changeset viewer.