Revert "libobs: Fix missing getline on FreeBSD"

This is no longer needed since getline is only used in linux specific
functions now.
This commit is contained in:
fryshorts
2015-05-06 21:30:47 +02:00
parent bc38bf641b
commit e3901b2072

View File

@@ -16,10 +16,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#ifdef __FreeBSD__
#define _WITH_GETLINE
#endif
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>