aboutsummaryrefslogtreecommitdiff
path: root/src/gfx/privinc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-02-24 21:12:18 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-30 08:20:21 +0200
commitb925e5e156db07494b338e7c130b72f8e3a7725e (patch)
tree771e581beaadb5e1ece158ee40e4251a61b7873b /src/gfx/privinc
parent669045df00302d7c4df861c4c21cac1efdb54048 (diff)
downloadjancity-b925e5e156db07494b338e7c130b72f8e3a7725e.tar.gz
gfx: separate port-specific interfaces
Diffstat (limited to 'src/gfx/privinc')
-rw-r--r--src/gfx/privinc/gfx_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gfx/privinc/gfx_private.h b/src/gfx/privinc/gfx_private.h
index 972efd0..b5cb96b 100644
--- a/src/gfx/privinc/gfx_private.h
+++ b/src/gfx/privinc/gfx_private.h
@@ -9,8 +9,6 @@ extern "C"
{
#endif
-void rect_init(struct rect *r);
-void semitrans_rect_init(struct rect *r);
#ifdef __cplusplus
}
#endif