summaryrefslogtreecommitdiffstats
path: root/base/clipboard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/clipboard.cc')
-rw-r--r--base/clipboard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/clipboard.cc b/base/clipboard.cc
index 60851e2..8349b3d 100644
--- a/base/clipboard.cc
+++ b/base/clipboard.cc
@@ -38,7 +38,7 @@ void Clipboard::DispatchObject(ObjectType type, const ObjectMapParams& params) {
WriteWebSmartPaste();
break;
-#if defined(OS_WIN) || defined(OS_LINUX) // This is just a stub on Linux
+#if defined(OS_WIN) || defined(OS_LINUX)
case CBF_BITMAP:
WriteBitmap(&(params[0].front()), &(params[1].front()));
break;