treewide: remove is_requested() and is_free()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sun, 21 Feb 2021 13:27:31 +0000 (14:27 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 18 Mar 2021 08:34:15 +0000 (09:34 +0100)
commitf6f918d6cca99a540b6c43ee4c6684b61a58d394
tree285d8123b58d24395f7e52a246b5cf0466386a7a
parent56cf1ad3ec0797be63e3c1fdc2933a237ba138c1
treewide: remove is_requested() and is_free()

This removes another two functions from the C API as well as their
bindings that don't make much sense (since the user should know if
they have requested the line or not).

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/gpiod.hpp
bindings/cxx/line.cpp
bindings/cxx/tests/tests-line.cpp
bindings/python/gpiodmodule.c
bindings/python/tests/gpiod_py_test.py
include/gpiod.h
lib/core.c