From 7d884049b20e50f7a35098874dad2a42e36bf6b6 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Sun, 30 Oct 2016 19:05:56 +0100 Subject: remove unused mkks.sh although upstream still includes it. --- nx-X11/lib/X11/util/mkks.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nx-X11/lib/X11/util/mkks.sh (limited to 'nx-X11/lib') diff --git a/nx-X11/lib/X11/util/mkks.sh b/nx-X11/lib/X11/util/mkks.sh deleted file mode 100644 index 262cc9540..000000000 --- a/nx-X11/lib/X11/util/mkks.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -cat $* | awk 'BEGIN { \ - printf "/*\n * This file is generated from %s. Do not edit.\n */\n", \ - "$(INCLUDESRC)/keysymdef.h";\ -} \ -/^#define/ { \ - len = length($2)-3; \ - printf("{ \"%s\", %s },\n", substr($2,4,len), $3); \ -}' - -- cgit v1.2.3