aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index ddaf9aba..bbc632d5 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -80,7 +80,6 @@ menubar = {
{ L('Select Line'), m_editing.select_line },
{ L('Select Paragraph'), m_editing.select_paragraph },
{ L('Select Indented Block'), m_editing.select_indented_block },
- { L('Select Style'), m_editing.select_style },
},
{ title = L('Selection'),
{ L('Upper Case Selection'), _buffer.upper_case },