Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Last active August 26, 2016 08:19
Show Gist options
  • Select an option

  • Save spacepluk/8017d3e8e2ee2b9bab687e9bdfc7a3fd to your computer and use it in GitHub Desktop.

Select an option

Save spacepluk/8017d3e8e2ee2b9bab687e9bdfc7a3fd to your computer and use it in GitHub Desktop.
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