Index: include/views/unix/keysym2ucs.h |
diff --git a/include/views/unix/keysym2ucs.h b/include/views/unix/keysym2ucs.h |
deleted file mode 100644 |
index 255a930539bd336411df12cc6094adbd0b20b7ca..0000000000000000000000000000000000000000 |
--- a/include/views/unix/keysym2ucs.h |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
- |
-/* |
- * Copyright 2011 Google Inc. |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
-/* |
- * This module converts keysym values into the corresponding ISO 10646-1 |
- * (UCS, Unicode) values. |
- */ |
- |
-#include <X11/X.h> |
- |
-long keysym2ucs(KeySym keysym); |