Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-09-05 07:56:02 +0000
committerMatthias Sohn2019-09-08 17:59:43 +0000
commit1536d0fab5f1e814b5a2fd5bc5dbdd46b009ad0b (patch)
treede44e1afbcd255dc43c1417929d4bc9eaf308555 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal
parentddbb55579c9d0f8b6cd5ed1da64b29549196f2b5 (diff)
downloadegit-1536d0fab5f1e814b5a2fd5bc5dbdd46b009ad0b.tar.gz
egit-1536d0fab5f1e814b5a2fd5bc5dbdd46b009ad0b.tar.xz
egit-1536d0fab5f1e814b5a2fd5bc5dbdd46b009ad0b.zip
Remove unused code
The only caller of that method was removed 8 years ago. Change-Id: I07e140a0418fcad273c98237f64407fd2da38446
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTPlotRenderer.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTPlotRenderer.java b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTPlotRenderer.java
index 0235e3fa1f..be1dc21804 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTPlotRenderer.java
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTPlotRenderer.java
@@ -323,11 +323,4 @@ class SWTPlotRenderer extends AbstractPlotRenderer<SWTLane, Color> {
boolean isShownAsEllipsis(Ref ref) {
return ellipsisTags.contains(ref.getName());
}
-
- /**
- * @return text height in pixel
- */
- public int getTextHeight() {
- return textHeight;
- }
}

Back to the top