Last active
August 26, 2016 08:19
-
-
Save spacepluk/8017d3e8e2ee2b9bab687e9bdfc7a3fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/editor/linux/platform_interface.cpp b/src/editor/linux/platform_interface.cpp | |
| index 5d700cc..424e6a3 100644 | |
| --- a/src/editor/linux/platform_interface.cpp | |
| +++ b/src/editor/linux/platform_interface.cpp | |
| @@ -333,25 +333,21 @@ bool makePath(const char* path) | |
| void copyToClipboard(const char* text) | |
| { | |
| - ASSERT(false); // TODO | |
| } | |
| void setWindow(SDL_Window* window) | |
| { | |
| - ASSERT(false); // TODO | |
| } | |
| void clipCursor(int x, int y, int w, int h) | |
| { | |
| - ASSERT(false); // TODO | |
| } | |
| void unclipCursor() | |
| { | |
| - ASSERT(false); // TODO | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment