diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-28 19:30:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-28 19:30:54 +0200 |
commit | d3b36eff79df828fcd9aa74677f2f5e5e0873148 (patch) | |
tree | 84749e7accc9c62f6edf67cd6b60dc68e9fbcd77 | |
parent | More things that are out of scope (diff) | |
download | libskrift-d3b36eff79df828fcd9aa74677f2f5e5e0873148.tar.gz libskrift-d3b36eff79df828fcd9aa74677f2f5e5e0873148.tar.bz2 libskrift-d3b36eff79df828fcd9aa74677f2f5e5e0873148.tar.xz |
The demo no longer uses libgrapheme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | demo.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,8 +4,6 @@ #include <stdlib.h> #include <string.h> -#include <grapheme.h> - int main(void) { |