1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-02-16 15:00:14 -05:00

Removed dead code

This commit is contained in:
Sebastian Kaspari 2010-03-08 23:56:40 +01:00
parent e2848d505a
commit 3a7ad82cce

View File

@ -193,21 +193,6 @@ public class DeckAdapter extends BaseAdapter
MessageListView list = new MessageListView(parent.getContext());
list.setAdapter(new MessageListAdapter(channel, parent.getContext()));
// XXX: Refactor this crap :)
// XXX: In addition to that we need to resize the lists if the
// screen is resized or rotated
/*
float fw = (float) ;
float fh = (float) parent.getHeight();
float vwf = fw / 100 * 80;
float vhf = fh / 100 * 90;
int w = (int) vwf;
int h = (int) vhf;
*/
list.setDivider(null);
list.setLayoutParams(new Gallery.LayoutParams(
parent.getWidth() / 100 * 85,