]> source.dussan.org Git - gwtquery.git/commitdiff
remove deprecated methods
authorJulien Dramaix <julien.dramaix@gmail.com>
Sun, 1 May 2011 21:26:41 +0000 (21:26 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Sun, 1 May 2011 21:26:41 +0000 (21:26 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java

index 2124615af73bcd9e236f7dda969960d23011b0cf..3d0cd66c15e37b72fd7bc87c65247de1f6446bee 100644 (file)
@@ -1009,22 +1009,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return bindOrFire(Event.ONCLICK, null, f);\r
   }\r
 \r
-  /**\r
-   * @deprecated use innerHeight()\r
-   */\r
-  @Deprecated\r
-  public int clientHeight() {\r
-    return innerHeight();\r
-  }\r
-\r
-  /**\r
-   * @deprecated use innerWidth()\r
-   */\r
-  @Deprecated\r
-  public int clientWidth() {\r
-    return innerWidth();\r
-  }\r
-\r
+  \r
   /**\r
    * Clone matched DOM Elements and select the clones. This is useful for moving\r
    * copies of the elements to another location in the DOM.\r
@@ -1303,16 +1288,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return this;\r
   }\r
 \r
-  /**\r
-   * Set CSS a single style property on every matched element using type-safe\r
-   * enumerations.\r
-   * \r
-   * @deprecated use {@link #css(CssSetter)}\r
-   */\r
-  @Deprecated\r
-  public <S, T extends TakesCssValue<S>> GQuery css(T cssProperty, S value) {\r
-    return css(cssProperty.with(value));\r
-  }\r
 \r
   /**\r
    * Set CSS a single style property on every matched element using type-safe\r