summaryrefslogtreecommitdiff
path: root/src/utils/copynpaste.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r--src/utils/copynpaste.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 22867e29c..9e18f9e27 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -228,9 +228,6 @@ CantGetPasteboardItemIdentifier:
CantGetPasteboardItemCount:
fprintf(stderr, "Cannot copy clipboard, CantGetPasteboardItemCount!\n");
return false;
-//PasteboardOutOfSync:
-// fprintf(stderr, "Cannot copy clipboard, PasteboardOutOfSync!\n");
-// return false;
}
bool getClipBoard(char* text /* out */, const int bufSize)