Unified: Remove unused getCm method

Change-Id: Ib351fbaf11eb0e0a7021a310f3c24aac53210826
This commit is contained in:
David Pursehouse
2016-05-12 14:33:38 +09:00
parent 1f6ecaadc1
commit aa1f93f6a0

View File

@@ -369,10 +369,6 @@ public class Unified extends DiffScreen {
return new CodeMirror[] {cm};
}
CodeMirror getCm() {
return cm;
}
@Override
UnifiedTable getDiffTable() {
return diffTable;