Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: include/views/unix/keysym2ucs.h

Issue 721903002: Cleanup public includes directory. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix ios Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698