From e3901b207282b4dd41e09f2d986f994cc183287a Mon Sep 17 00:00:00 2001 From: fryshorts Date: Wed, 6 May 2015 21:30:47 +0200 Subject: [PATCH] Revert "libobs: Fix missing getline on FreeBSD" This is no longer needed since getline is only used in linux specific functions now. --- libobs/obs-nix.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libobs/obs-nix.c b/libobs/obs-nix.c index 00fb808c0..40cc78be1 100644 --- a/libobs/obs-nix.c +++ b/libobs/obs-nix.c @@ -16,10 +16,6 @@ along with this program. If not, see . ******************************************************************************/ -#ifdef __FreeBSD__ -#define _WITH_GETLINE -#endif - #include #include #include