[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 23 Dec 2024 15:14:27 -0500 (EST) |
branch: master
commit 0305386a550e687586597966dd0ae9f1a887e610
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 23 20:14:08 2024 +0000
* system.h (setmode): Remove now unused.
---
ChangeLog | 4 ++++
system.h | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 54ea3b3aa9..2f538946c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * system.h (setmode): Remove now unused.
+
2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
* system.h (SET_BINARY): Remove now unused.
diff --git a/system.h b/system.h
index 04b6daea9b..6a4f222672 100644
--- a/system.h
+++ b/system.h
@@ -70,9 +70,6 @@
# define SET_SCREEN_SIZE_HELPER terminal_prep_terminal()
# define DEFAULT_INFO_PRINT_COMMAND ">PRN"
# else /* O_BINARY && !__MSDOS__ */
-# ifndef setmode
-# define setmode(f,m) _setmode(f,m)
-# endif
# define NULL_DEVICE "NUL"
# endif /* O_BINARY && !__MSDOS__ */
# ifdef __CYGWIN__