From ac634f565aa8a5d086eaf9142f066b25c2720352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Luc=20Peuri=C3=A8re?= Date: Fri, 2 May 2008 10:48:14 +0000 Subject: [PATCH] remove a debug print --- intern/ghost/intern/GHOST_SystemCarbon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_SystemCarbon.cpp b/intern/ghost/intern/GHOST_SystemCarbon.cpp index 844dbc04233..78c25997806 100644 --- a/intern/ghost/intern/GHOST_SystemCarbon.cpp +++ b/intern/ghost/intern/GHOST_SystemCarbon.cpp @@ -1155,7 +1155,6 @@ GHOST_TUns8* GHOST_SystemCarbon::getClipboard(int flag) const void GHOST_SystemCarbon::putClipboard(GHOST_TInt8 *buffer, int flag) const { if(flag == 1) {return;} //If Flag is 1 means the selection and is used on X11 - printf("flag %i string is %s \n",flag,buffer); PasteboardRef inPasteboard; CFDataRef textData = NULL;