aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-26 04:08:21 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-26 04:08:21 -0500
commitd47bd526aa0a8c5ae2cd697f4a8294702fd96944 (patch)
tree7b616cce302523ecd0f2850be017617c4e867c84 /src/config.h
parent3df4d06fd663bf19f08343b0d77c20672301b9b2 (diff)
downloadrunes-d47bd526aa0a8c5ae2cd697f4a8294702fd96944.tar.gz
runes-d47bd526aa0a8c5ae2cd697f4a8294702fd96944.zip
remove the wide emoji hacks
they have been folded into modern versions of glib (>= 2.50.1) as part of unicode 9.0.0
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 7d38611..7324a10 100644
--- a/src/config.h
+++ b/src/config.h
@@ -27,7 +27,6 @@ struct runes_config {
unsigned int bold_is_bright: 1;
unsigned int bold_is_bold: 1;
unsigned int audible_bell: 1;
- unsigned int wide_emoji: 1;
};
RunesConfig *runes_config_new(int argc, char *argv[]);