diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx
index d3e81c2da9..205b35f2ed 100644
--- a/client/components/Nav.jsx
+++ b/client/components/Nav.jsx
@@ -42,9 +42,7 @@ class Nav extends React.PureComponent {
this.handleFind = this.handleFind.bind(this);
this.handleAddFile = this.handleAddFile.bind(this);
this.handleAddFolder = this.handleAddFolder.bind(this);
- this.handleFindNext = this.handleFindNext.bind(this);
this.handleRun = this.handleRun.bind(this);
- this.handleFindPrevious = this.handleFindPrevious.bind(this);
this.handleReplace = this.handleReplace.bind(this);
this.handleStop = this.handleStop.bind(this);
this.handleStartAccessible = this.handleStartAccessible.bind(this);
@@ -128,16 +126,6 @@ class Nav extends React.PureComponent {
this.setDropdown('none');
}
- handleFindNext() {
- this.props.cmController.findNext();
- this.setDropdown('none');
- }
-
- handleFindPrevious() {
- this.props.cmController.findPrev();
- this.setDropdown('none');
- }
-
handleReplace() {
this.props.cmController.showReplace();
this.setDropdown('none');
@@ -447,28 +435,6 @@ class Nav extends React.PureComponent {
{metaKeyName}+F
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json
index c4766483f3..c779fa25b1 100644
--- a/translations/locales/en-US/translations.json
+++ b/translations/locales/en-US/translations.json
@@ -14,8 +14,6 @@
"Title": "Edit",
"TidyCode": "Tidy Code",
"Find": "Find",
- "FindNext": "Find Next",
- "FindPrevious": "Find Previous",
"Replace": "Replace"
},
"Sketch": {
diff --git a/translations/locales/es-419/translations.json b/translations/locales/es-419/translations.json
index 78980f1763..8cd22a0e04 100644
--- a/translations/locales/es-419/translations.json
+++ b/translations/locales/es-419/translations.json
@@ -14,8 +14,6 @@
"Title": "Editar",
"TidyCode": "Ordenar código",
"Find": "Buscar",
- "FindNext": "Buscar siguiente",
- "FindPrevious": "Buscar anterior",
"Replace": "Reemplazar"
},
"Sketch": {
diff --git a/translations/locales/hi/translations.json b/translations/locales/hi/translations.json
index 00cff74228..77089272b6 100644
--- a/translations/locales/hi/translations.json
+++ b/translations/locales/hi/translations.json
@@ -14,8 +14,6 @@
"Title": "संपादित करे",
"TidyCode": "कोड साफ़ करें",
"Find": "खोज",
- "FindNext": "अगला खोजें",
- "FindPrevious": "पिछला खोजें",
"Replace": "बदली करें"
},
"Sketch": {
diff --git a/translations/locales/ja/translations.json b/translations/locales/ja/translations.json
index f29407a0d5..f2cd24ca1a 100644
--- a/translations/locales/ja/translations.json
+++ b/translations/locales/ja/translations.json
@@ -14,8 +14,6 @@
"Title": "編集",
"TidyCode": "コード整形",
"Find": "検索",
- "FindNext": "次を検索",
- "FindPrevious": "前を検索",
"Replace": "置換"
},
"Sketch": {