core: remove unnecessary setters and getters
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 18 Oct 2017 15:32:11 +0000 (17:32 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 18 Oct 2017 15:34:02 +0000 (17:34 +0200)
commit0c0c7db1c1ca3c012ffcfa87ef454b6e9d51cec8
tree9f27461f27e12325a2c6562a27446749f6b7c48e
parent500c3093cd3e8261e8192ccc90a6e925279a484b
core: remove unnecessary setters and getters

These routines only obscure the code. We don't need them for simple,
internal data structures.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
src/lib/core.c