Browse Source

Revert "libobs: Fix missing getline on FreeBSD"

This is no longer needed since getline is only used in linux specific
functions now.
fryshorts 10 years ago
parent
commit
e3901b2072
1 changed files with 0 additions and 4 deletions
  1. 0 4
      libobs/obs-nix.c

+ 0 - 4
libobs/obs-nix.c

@@ -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>