From 72b69a66595d029eb7ef17ed9abf07797b0e5f96 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 25 Nov 2017 17:26:57 +1100 Subject: [PATCH] [client] removed DrawFunc typedef --- client/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/main.c b/client/main.c index 0d27db4f..50c4320b 100644 --- a/client/main.c +++ b/client/main.c @@ -38,8 +38,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA #include "spice/spice.h" #include "kb.h" -typedef void (*DrawFunc)(uint8_t * dst, const uint8_t * src); - struct AppState { bool hasBufferStorage;