Update PublicRoomsDirectoryDataSource.m

Public rooms search: Removed obsolete dev TODO
This commit is contained in:
manuroe
2015-12-23 10:29:47 +01:00
parent bace02e839
commit cbc86ecdd4
@@ -193,7 +193,6 @@ double const kPublicRoomsDirectoryDataExpiration = 10;
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
// For now reuse MatrixKit cells
// TODO: use custom cells and manage a mechanism a la MatrixKit with cellData
PublicRoomTableViewCell *publicRoomCell = [tableView dequeueReusableCellWithIdentifier:[PublicRoomTableViewCell defaultReuseIdentifier]];
if (!publicRoomCell)
{