doc/reference/protocols/meson.build

Wed, 28 Sep 2022 03:50:52 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Wed, 28 Sep 2022 03:50:52 -0500
changeset 41751
0bba0ca12b0a
parent 40598
f88830d41330
child 42187
fc241db9162d
permissions
-rw-r--r--

Remove old call from zephyr

It was hidden in `#ifdef WIN32`, so not sure if this ever is used, but it hides an outdated symbol from search results.

Testing Done:
None.

Reviewed at https://reviews.imfreedom.org/r/1853/

protocols_doc = []

if DYNAMIC_FACEBOOK
	subdir('facebook')
	protocols_doc += facebook_doc
endif

mercurial