summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/unix.c b/unix.c
index 16c79988d..3496a6452 100644
--- a/unix.c
+++ b/unix.c
@@ -531,8 +531,6 @@ bool InsertTextBufferClipboard(Textbuf *tb)
}
-#ifdef ENABLE_NETWORK
-
// multi os compatible sleep function
#ifdef __AMIGA__
@@ -571,6 +569,3 @@ void CSleep(int milliseconds)
}
#endif // __AMIGA__
}
-
-#endif /* ENABLE_NETWORK */
-