From b480e22a272013ed4df1c6975faf3a25c511c7ca Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Tue, 17 Jun 2014 12:12:32 -0400 Subject: [PATCH] don't need this --- build/Makefile.am | 6 ++---- src/global_commands.h | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build/Makefile.am b/build/Makefile.am index 0bb356d..919987e 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -42,8 +42,7 @@ toxic_CFLAGS = -I$(top_srcdir) \ $(NCURSES_CFLAGS) \ $(LIBSODIUM_CFLAGS) \ $(LIBTOXCORE_CFLAGS) \ - $(PTHREAD_CFLAGS) \ - $(LRESOLV_CFLAGS) + $(PTHREAD_CFLAGS) toxic_CPPFLAGS = '-DTOXICVER="$(TOXIC_VERSION)"' @@ -53,8 +52,7 @@ toxic_LDADD = $(LIBTOXCORE_LDFLAGS) \ $(LIBTOXCORE_LIBS) \ $(LIBSODIUM_LIBS) \ $(WINSOCK2_LIBS) \ - $(PTHREAD_LIBS) \ - $(LRESOLV_LIBS) + $(PTHREAD_LIBS) # For audio support diff --git a/src/global_commands.h b/src/global_commands.h index ef77813..5bc5e3c 100644 --- a/src/global_commands.h +++ b/src/global_commands.h @@ -28,7 +28,6 @@ void cmd_accept(WINDOW *, ToxWindow *, Tox *, int argc, char (*argv)[MAX_STR_SIZE]); void cmd_add(WINDOW *, ToxWindow *, Tox *, int argc, char (*argv)[MAX_STR_SIZE]); -void cmd_addkey(WINDOW *, ToxWindow *, Tox *, int argc, char (*argv)[MAX_STR_SIZE]); void cmd_clear(WINDOW *, ToxWindow *, Tox *, int argc, char (*argv)[MAX_STR_SIZE]); void cmd_connect(WINDOW *, ToxWindow *, Tox *, int argc, char (*argv)[MAX_STR_SIZE]); void cmd_groupchat(WINDOW *, ToxWindow *, Tox *, int argc, char (*argv)[MAX_STR_SIZE]);