summaryrefslogtreecommitdiff
path: root/FacebookRM/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'FacebookRM/proto.h')
-rw-r--r--FacebookRM/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/FacebookRM/proto.h b/FacebookRM/proto.h
index 037643a..db236b8 100644
--- a/FacebookRM/proto.h
+++ b/FacebookRM/proto.h
@@ -109,9 +109,6 @@ public:
////////////////////////
// Services
- int __cdecl GetName( WPARAM, LPARAM );
- int __cdecl GetStatus( WPARAM, LPARAM );
- int __cdecl SetStatus( WPARAM, LPARAM );
int __cdecl GetMyAwayMsg( WPARAM, LPARAM );
int __cdecl SetMyAwayMsg( WPARAM, LPARAM );
int __cdecl SvcCreateAccMgrUI( WPARAM, LPARAM );
@@ -143,7 +140,6 @@ public:
// Processing threads
void __cdecl ProcessBuddyList(void*);
- void __cdecl ProcessFacepiles(void*);
void __cdecl ProcessFriendList(void*);
void __cdecl ProcessMessages(void*);
void __cdecl ProcessUnreadMessages(void*);