Commit 2aa1cb51 authored by Brad Smith's avatar Brad Smith Committed by Blue Swirl
Browse files

curses: Remove OpenBSD workaround



I removed the same sort of workaround for OpenBSD within the
configure script with commit 4dcc3f58
but didn't bother to grep further to come across this same chunk
of code in the curses code itself. So the following diff removes
the same workaround chunk within the curses code.

Signed-off-by: default avatarBrad Smith <brad@comstyle.com>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent 0be4835b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -28,10 +28,6 @@
#include <termios.h>
#endif

#ifdef __OpenBSD__
#define resize_term resizeterm
#endif

#include "qemu-common.h"
#include "console.h"
#include "sysemu.h"