Skip to content

Commit f7b5d66

Browse files
committed
cleanup
1 parent 95d2244 commit f7b5d66

File tree

10 files changed

+3
-917
lines changed

10 files changed

+3
-917
lines changed

app/src/main/java/com/pdaxrom/cctools/CCToolsActivity.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -313,22 +313,7 @@ public void onBackPressed() {
313313

314314

315315
public boolean onContextItemSelected(android.view.MenuItem item) {
316-
switch (item.getItemId()) {
317-
case TEXT_GOTO:
318-
gotoDialog();
319-
break;
320-
case TEXT_FIND:
321-
searchDialog();
322-
break;
323-
case TEXT_UNDO:
324-
codeEditor.undo();
325-
break;
326-
case TEXT_REDO:
327-
codeEditor.redo();
328-
break;
329-
default:
330-
return super.onContextItemSelected(item);
331-
}
316+
332317
return true;
333318
}
334319

app/src/main/java/com/pdaxrom/editor/AsmSyntax.java

Lines changed: 0 additions & 74 deletions
This file was deleted.

app/src/main/java/com/pdaxrom/editor/CSyntax.java

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)