aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common11
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 3f713144b7..b3fa7bee0a 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -335,14 +335,3 @@ noinst_HEADERS = \
voip_calls_dlg.h \
webbrowser.h
-checkapi: checkapi-base checkapi-todo
-
-checkapi-base:
- $(PERL) ../tools/checkAPIs.pl -g deprecated-gtk \
- $(WIRESHARK_GTK_SRC) \
- $(WIRESHARK_TAP_SRC)
-
-checkapi-todo:
- $(PERL) ../tools/checkAPIs.pl -M -g deprecated-gtk-todo \
- $(WIRESHARK_GTK_SRC) \
- $(WIRESHARK_TAP_SRC)