From bf5b436ca58d1203b7b75f229c3fa89271192a21 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 12 Apr 2012 00:55:30 +0200 Subject: [PATCH] Removed unused variables. --- src/cocoa_clipboard.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cocoa_clipboard.m b/src/cocoa_clipboard.m index 07bf8856..56b98437 100644 --- a/src/cocoa_clipboard.m +++ b/src/cocoa_clipboard.m @@ -58,8 +58,6 @@ void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string) const char* _glfwPlatformGetClipboardString(_GLFWwindow* window) { - const char* source; - size_t targetSize; NSPasteboard* pasteboard = [NSPasteboard generalPasteboard]; if (![[pasteboard types] containsObject:NSStringPboardType])