Removed the no-longer-necessary lines from the Api whitelist.

Patch by: amitmanjhi



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5422 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/tools/api-checker/config/gwt15_16userApi.conf b/tools/api-checker/config/gwt15_16userApi.conf
index b5a7186..f873f7d 100644
--- a/tools/api-checker/config/gwt15_16userApi.conf
+++ b/tools/api-checker/config/gwt15_16userApi.conf
@@ -93,8 +93,3 @@
 com.google.gwt.i18n.client.LocaleInfo::getCurrentLocale() FINAL_ADDED
 com.google.gwt.i18n.client.LocaleInfo::getLocaleName() FINAL_ADDED
 com.google.gwt.i18n.client.LocaleInfo::isRTL() FINAL_ADDED
-
-# The following 2 nested classes should never have been public to begin with.
-com.google.gwt.user.client.ui.UIObject.DebugIdImpl MISSING
-com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled MISSING
-