summaryrefslogtreecommitdiff
path: root/src/ivyglutloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyglutloop.h')
-rwxr-xr-xsrc/ivyglutloop.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/ivyglutloop.h b/src/ivyglutloop.h
index 0819a93..9374390 100755
--- a/src/ivyglutloop.h
+++ b/src/ivyglutloop.h
@@ -26,27 +26,6 @@ extern "C" {
/* general Handle */
-#define ANYPORT 0
-
-#ifdef WIN32
-#include <windows.h>
-#define HANDLE SOCKET
-#else
-#define HANDLE int
-#endif
-
-#include "ivychannel.h"
-
-extern void IvyGlutChannelInit(void);
-
-extern Channel IvyGlutChannelSetUp(
- HANDLE fd,
- void *data,
- ChannelHandleDelete handle_delete,
- ChannelHandleRead handle_read
-);
-
-extern void IvyGlutChannelClose( Channel channel );
#ifdef __cplusplus
}