summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-05-28 16:44:46 +0100
committerVincent Sanders <vince@kyllikki.org>2013-05-28 16:44:46 +0100
commita92e5930ffbcb178a2d2420ee2f6d4834ffa90e1 (patch)
treeb3284a8aaadc287ecb3397f989fc9e4d53dd4191 /utils
parentfcc61ea37437fbfd163c5a96a7119bbcf69073e1 (diff)
downloadnetsurf-a92e5930ffbcb178a2d2420ee2f6d4834ffa90e1.tar.gz
netsurf-a92e5930ffbcb178a2d2420ee2f6d4834ffa90e1.tar.bz2
fixup issues with new options API merge
Diffstat (limited to 'utils')
-rw-r--r--utils/nsoption.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/nsoption.h b/utils/nsoption.h
index 3ace847b9..32e9e6634 100644
--- a/utils/nsoption.h
+++ b/utils/nsoption.h
@@ -47,7 +47,6 @@
#include <stdbool.h>
#include "utils/errors.h"
-typedef uint32_t colour;
/* allow targets to include any necessary headers of their own */
#define NSOPTION_BOOL(NAME, DEFAULT)