summaryrefslogtreecommitdiff
path: root/browsers/getaccent.c
diff options
context:
space:
mode:
Diffstat (limited to 'browsers/getaccent.c')
-rw-r--r--browsers/getaccent.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/browsers/getaccent.c b/browsers/getaccent.c
deleted file mode 100644
index a7f81d4..0000000
--- a/browsers/getaccent.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stdio.h>
-#include <unistd.h>
-#include "../core/accent.h"
-
-int main(void) {
- ColorShm *blk = NULL;
- char col[8];
- if (readaccent(&blk, col)) {
- printf("%s\n", col);
- return 0;
- }
- return 1;
-}