From b7503eb3c2364e7ca7fc37418bb4cc484437ea71 Mon Sep 17 00:00:00 2001 From: Oliver Sander Date: Fri, 30 Nov 2018 18:08:02 +0100 Subject: Replace Gushort by unsigned short --- goo/gtypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'goo') diff --git a/goo/gtypes.h b/goo/gtypes.h index f7567bcb..2e4e06be 100644 --- a/goo/gtypes.h +++ b/goo/gtypes.h @@ -31,7 +31,6 @@ * These have stupid names to avoid conflicts with , * which on various systems defines some random subset of these. */ -typedef unsigned short Gushort; typedef unsigned int Guint; typedef unsigned long Gulong; -- cgit v1.2.3