remove unnecessary import statement
This commit is contained in:
@@ -43,6 +43,5 @@ void swapBuffers(GLFWwindow *window) {
|
|||||||
|
|
||||||
void setClipboardString (GLFWwindow *window, const char *copyString) {
|
void setClipboardString (GLFWwindow *window, const char *copyString) {
|
||||||
glfwSetClipboardString(window, copyString);
|
glfwSetClipboardString(window, copyString);
|
||||||
printf("ddone yanking");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user