pidgin/pidgin

Remove some unused utility functions.

2019-11-04, Elliott Sales de Andrade
15c3354736c3
Remove some unused utility functions.

* purple_escape_js was used for WebKit stuff, now gone.
* purple_ipv6_address_is_valid was removed earlier and the prototype was
accidentally left in.
* purple_markup_extract_info_field was used for MSN and Yahoo, now gone.
* purple_str_binary_to_ascii seems to be from MSN and/or Yahoo.
* purple_uts35_to_str was used for MSN, now gone.
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builders:subproject-build
pipelines:
default:
- step:
script:
- set -ex
- meson -Ddoc=true -Dconsole-logging=true build-pipelines
- ninja -C build-pipelines
- ninja -C build-pipelines test
- "ninja -C build-pipelines $(ninja -C build-pipelines -t targets | grep -E '[a-z]+-doc:' | cut -d: -f1)"
branches:
release-2.x.y:
- step:
image: pidgin/release-builder:release-2.x.y
script:
- set -ex
- hg clone https://bitbucket.org/pidgin/libgnt -b release-2.x.y
- meson -Dprefix=/usr libgnt libgnt/build
- ninja -C libgnt/build install
- ldconfig
- ./autogen.sh --enable-debug
- make -s -j$(nproc)
- make -s -j$(nproc) check
- make distcheck