Refactor ItemRepositoryRegistry::open(): fix usage of getCustomCounter().

Authored by intelfx on Dec 8 2012, 5:40 AM.

Description

Refactor ItemRepositoryRegistry::open(): fix usage of getCustomCounter().

Get rid of an unneeded if(); getCustomCounter() may be used for both cases.

Also get rid of an unused "else" branch with a commented kDebug()
statement.

Details