curses: Remove OpenBSD workaround
commit2aa1cb514cdce31ca68902d464cd03d31a76e998
authorBrad Smith <brad@comstyle.com>
Mon, 19 Nov 2012 09:22:12 +0000 (19 04:22 -0500)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Dec 2012 14:23:50 +0000 (8 14:23 +0000)
treed1763363c609c16975573138d4c874fcb3000d40
parent0be4835b4932f38167b611c2b311ebaaec98a8eb
curses: Remove OpenBSD workaround

I removed the same sort of workaround for OpenBSD within the
configure script with commit 4dcc3f5876fa638d5c35bd47be3b717ea74cc2e7
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: Brad Smith <brad@comstyle.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
ui/curses.c