[client] removed DrawFunc typedef

This commit is contained in:
Geoffrey McRae 2017-11-25 17:26:57 +11:00
parent e774a0bb06
commit 72b69a6659

View File

@ -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;