Remove inadvertent commit of .rej file.
Patch by: jat
Review by: rjrjr (TBR)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9298 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/Label.java.rej b/user/src/com/google/gwt/user/client/ui/Label.java.rej
deleted file mode 100644
index 975186f..0000000
--- a/user/src/com/google/gwt/user/client/ui/Label.java.rej
+++ /dev/null
@@ -1,15 +0,0 @@
---- user/src/com/google/gwt/user/client/ui/Label.java (revision 9255)
-+++ user/src/com/google/gwt/user/client/ui/Label.java (working copy)
-@@ -69,10 +68,8 @@
- * </p>
- */
- @SuppressWarnings("deprecation")
--public class Label extends Widget implements HasDirectionalText, HasWordWrap,
-- HasDirection, HasClickHandlers, HasDoubleClickHandlers, SourcesClickEvents,
-- SourcesMouseEvents, HasAllMouseHandlers, HasDirectionEstimator,
-- HasAutoHorizontalAlignment, IsEditor<LeafValueEditor<String>> {
-+public class Label extends LabelBase<String> implements HasDirectionalText, HasDirection, HasClickHandlers, HasDoubleClickHandlers, SourcesClickEvents,
-+ SourcesMouseEvents, HasAllMouseHandlers, IsEditor<LeafValueEditor<String>> {
-
- public static final DirectionEstimator DEFAULT_DIRECTION_ESTIMATOR =
- DirectionalTextHelper.DEFAULT_DIRECTION_ESTIMATOR;