Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcclient / client.h
index d49833f6247bbd4770e539ff4a695dea77f1bfe7..0780823abd36ae8c5ba79b6c7bdbcba7a410f33e 100644 (file)
@@ -46,11 +46,4 @@ typedef enum {
   SILC_CLIENT_STATUS_RESOLVING  = 0x0001,
 } SilcEntryStatus;
 
-/* Client and its mode on a channel */
-struct SilcChannelUserStruct {
-  SilcClientEntry client;
-  SilcUInt32 mode;
-  SilcChannelEntry channel;
-};
-
 #endif