From 796e5bf9c305f292b3a6f012be3c95473e24fa18 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Sun, 30 Sep 2012 11:32:33 -0700 Subject: [PATCH] Fix the build Change-Id: I82c31a0091ee46d9e4923cf08f73f3db213c0762 --- api/17.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/api/17.txt b/api/17.txt index 0fed27afcf516..7a2eb054eb9d7 100644 --- a/api/17.txt +++ b/api/17.txt @@ -27104,7 +27104,6 @@ package android.widget { ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int); method public android.graphics.drawable.Drawable getCheckMarkDrawable(); method public boolean isChecked(); - method public void onPaddingChanged(int); method public void setCheckMarkDrawable(int); method public void setCheckMarkDrawable(android.graphics.drawable.Drawable); method public void setChecked(boolean);