aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2018-04-21 13:35:08 +0200
committerJörg Mayer <jmayer@loplof.de>2018-04-21 23:34:40 +0000
commit7853d0e354a92e4c4a25bc0031151c7179597b06 (patch)
tree815f2531319838f9caa3b7536693c96f4e2fa499 /capchild
parent265e81ca3c4a3706bb56317ab9f3fe7654abb92f (diff)
Remove a few obsolete references to gtk from checkapi and faq.py
Change-Id: Ice9aec64fddbed94c7be96575c6e1bc800e8ac9e Reviewed-on: https://code.wireshark.org/review/27067 Petri-Dish: Jörg Mayer <jmayer@loplof.de> Tested-by: Petri Dish Buildbot Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'capchild')
-rw-r--r--capchild/CMakeLists.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/capchild/CMakeLists.txt b/capchild/CMakeLists.txt
index 67a0d2155d..7fe2e8b850 100644
--- a/capchild/CMakeLists.txt
+++ b/capchild/CMakeLists.txt
@@ -30,24 +30,6 @@ set_target_properties(capchild PROPERTIES
LINK_FLAGS "${WS_LINK_FLAGS}"
FOLDER "Libs")
-include( UseCheckAPI )
-CHECKAPI(
- NAME
- capchild-base
- SWITCHES
- -g deprecated-gtk
- SOURCES
- ${CAPCHILD_SRC}
-)
-CHECKAPI(
- NAME
- capchild-todo
- SWITCHES
- -M -g deprecated-gtk-todo
- SOURCES
- ${CAPCHILD_SRC}
-)
-
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#