mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-12 22:09:19 +03:00
Remove misleading comment
svn path=/trunk/netsurf/; revision=6552
This commit is contained in:
parent
2c3fd80874
commit
de42425720
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user