summaryrefslogtreecommitdiff
path: root/src/SFML/Window/Unix/Display.hpp
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-09-12 23:54:56 +0100
committerJames Cowgill <james410@cowgill.org.uk>2015-09-12 23:54:56 +0100
commit301fd78b3ac87cf1fbce9d2c955db89094a304a5 (patch)
treeca19b5d935af18b7e5da4beaa2f4b150a1192833 /src/SFML/Window/Unix/Display.hpp
parent232f6c9906817eee494907d7bbe8ddf2dacf8fbf (diff)
Imported Upstream version 2.3.2+dfsg
Diffstat (limited to 'src/SFML/Window/Unix/Display.hpp')
-rw-r--r--src/SFML/Window/Unix/Display.hpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/SFML/Window/Unix/Display.hpp b/src/SFML/Window/Unix/Display.hpp
index da29d51..2b33c96 100644
--- a/src/SFML/Window/Unix/Display.hpp
+++ b/src/SFML/Window/Unix/Display.hpp
@@ -116,23 +116,6 @@ xcb_window_t XCBDefaultRootWindow(xcb_connection_t* connection);
////////////////////////////////////////////////////////////
xcb_atom_t getAtom(const std::string& name, bool onlyIfExists = false);
-////////////////////////////////////////////////////////////
-/// \brief Get the keycode to keysym map
-///
-/// Contains 255 values. Use the keycode as the index
-/// into the array to retrieve its keysym.
-///
-/// \return Keycode to keysym map
-///
-////////////////////////////////////////////////////////////
-const xcb_keysym_t* getKeysymMap();
-
-////////////////////////////////////////////////////////////
-/// \brief Build the keysym map
-///
-////////////////////////////////////////////////////////////
-void buildKeysymMap();
-
} // namespace priv
} // namespace sf