summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/MessageArea.java
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/test/accessibility/MessageArea.java')
-rw-r--r--toolkit/test/accessibility/MessageArea.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolkit/test/accessibility/MessageArea.java b/toolkit/test/accessibility/MessageArea.java
index 8ee0b98e6ccc..512cfaf73397 100644
--- a/toolkit/test/accessibility/MessageArea.java
+++ b/toolkit/test/accessibility/MessageArea.java
@@ -61,17 +61,6 @@ public class MessageArea
/** Show the given string at the end of the message area and scroll to make
- it visible.
- */
- public static synchronized void print (String aMessage)
- {
- print (0, aMessage);
- }
-
-
-
-
- /** Show the given string at the end of the message area and scroll to make
it visible. Indent the string as requested.
*/
private static synchronized void print (int nIndentation, String aMessage)