Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorJean-Luc Peurière <jlp@nerim.net>2008-05-02 14:48:14 +0400
committerJean-Luc Peurière <jlp@nerim.net>2008-05-02 14:48:14 +0400
commitac634f565aa8a5d086eaf9142f066b25c2720352 (patch)
tree4dbf229e0d2a6a85e947e55d2490450c21a699a9 /intern
parent273829de619cf778c78a0182abed3713fa1dfd70 (diff)
remove a debug print
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemCarbon.cpp1
1 files changed, 0 insertions, 1 deletions
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;