Remove unused FormatEditor.getText() breaking the build
commit209ad96d9ccca957777ebe33c5bb884f96a0675c
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 27 Aug 2009 15:50:48 +0000 (27 17:50 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 11 Sep 2009 17:07:51 +0000 (11 10:07 -0700)
treec5607d793ba6d5245101abaf3c1163d4e7ba547a
parent512441c6779698e69395165f4b0059a3bcca04b6
Remove unused FormatEditor.getText() breaking the build

According to the compiler setting
    org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
defined in
    org.eclipse.egit.ui/.settings/org.eclipse.jdt.core.prefs
the unused method getText() of the private inner class FormatEditor
breaks the build in Eclipse. Hence deleting it.

Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/GitDecoratorPreferencePage.java