JAL-4258 remove unnecessary ‘this’
[jalview.git] / src / jalview / gui / AlignmentPanel.java
index ee71483..27397e2 100644 (file)
@@ -340,7 +340,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
     {
       if (Jalview.isHeadlessMode())
       {
-        AnnotationLabels aal = this.getAlabels();
+        AnnotationLabels aal = getAlabels();
         int stringWidth = aal.drawLabels(null, false, idWidth, false, fm);
         idWidth = Math.max(idWidth, stringWidth);
       }