summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/text-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/text-tool.cpp')
-rw-r--r--src/ui/tools/text-tool.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/tools/text-tool.cpp b/src/ui/tools/text-tool.cpp
index 41eda88d0..333999b9f 100644
--- a/src/ui/tools/text-tool.cpp
+++ b/src/ui/tools/text-tool.cpp
@@ -1384,10 +1384,6 @@ bool sp_text_paste_inline(ToolBase *ec)
_("Paste text"));
return true;
- } else {
- // TODO: look why "wait_for_text()" sometimes return empty string
- // I notice coping all text content and pasting twice
- return true; //clip test is empty, so we return true to avoid further processing and crashes
}
} // FIXME: else create and select a new object under cursor!