adium/adium

Remove MySpace mentions from the project file.
adium-1.6
2016-09-04, Robert Vehse
12edc3093114
Remove MySpace mentions from the project file.
/* libotr headers */
/* XXX: gcrypt has the nice habit of whining using deprecated datastructures
* in their own code. This is meant to silence those.
*/
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#import <libotr/proto.h>
#import <libotr/context.h>
#import <libotr/message.h>
#import <libotr/privkey.h>
#pragma clang diagnostic pop