Removes code that is incompatible with google3, Velvet build rules.

Change-Id: Ibce31b52f5ffc4a03bdd48c575521c774f17a353
This commit is contained in:
Hyunyoung Song
2015-04-30 15:43:26 -07:00
parent 9aaef938c3
commit 111c83579a
2 changed files with 0 additions and 5 deletions
@@ -33,7 +33,6 @@ public class FolderInfo extends ItemInfo {
/**
* The folder is locked in sorted mode
* @deprecated
*/
public static final int FLAG_ITEMS_SORTED = 0x00000001;
@@ -161,10 +161,6 @@ public class WidgetsListAdapter extends Adapter<WidgetsRowViewHolder> {
@Override
public void onViewRecycled(WidgetsRowViewHolder holder) {
if (DEBUG) {
Log.v(TAG, String.format("onViewDetachedFromWindow, [pos=%d]",
holder.getAdapterPosition()));
}
ViewGroup row = ((ViewGroup) holder.getContent().findViewById(R.id.widgets_cell_list));
for (int i = 0; i < row.getChildCount(); i++) {