summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtk_scaffolding.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtk_scaffolding.c b/gtk/gtk_scaffolding.c
index 2e8264916..9d44112f8 100644
--- a/gtk/gtk_scaffolding.c
+++ b/gtk/gtk_scaffolding.c
@@ -1510,8 +1510,6 @@ static guint nsgtk_scaffolding_update_edit_actions_sensitivity(
has_selection = bw->sel->defined;
can_copy = has_selection;
- /* Cut and Paste do not always register properly due to a bug
- * in the core selection code. */
can_cut = (has_selection && bw->caret_callback != 0);
can_paste = (bw->paste_callback != 0);
}