summaryrefslogtreecommitdiff
path: root/goo/gtypes.h
diff options
context:
space:
mode:
authorOliver Sander <oliver.sander@tu-dresden.de>2018-11-30 18:12:17 +0100
committerAlbert Astals Cid <tsdgeos@yahoo.es>2018-12-06 17:31:41 +0000
commit22053d55a26baf856a0b95552875e748dd1fb849 (patch)
tree0079f6fa152b41c49c63995ad42cd948dab8f456 /goo/gtypes.h
parentb7503eb3c2364e7ca7fc37418bb4cc484437ea71 (diff)
Replace Guint by unsigned int
Diffstat (limited to 'goo/gtypes.h')
-rw-r--r--goo/gtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/goo/gtypes.h b/goo/gtypes.h
index 2e4e06be..cc4d2cb1 100644
--- a/goo/gtypes.h
+++ b/goo/gtypes.h
@@ -31,7 +31,6 @@
* These have stupid names to avoid conflicts with <sys/types.h>,
* which on various systems defines some random subset of these.
*/
-typedef unsigned int Guint;
typedef unsigned long Gulong;
#endif