genericDisplay: Remove unused module

GenericDisplay used to provide a common base class for places and
recent items, none of which exists anymore. As of current mockups,
display items in "Finding and Reminding" should be based on
BaseIcon / IconGrid instead.
This commit is contained in:
Florian Müllner
2011-01-14 22:15:53 +01:00
parent 39b0c88c76
commit 56f6c9c5f6
5 changed files with 1 additions and 733 deletions

View File

@ -60,8 +60,7 @@ function getDocManager() {
}
/**
* DocManager wraps the DocSystem, primarily to expose DocInfo objects
* which conform to the GenericDisplay item API.
* DocManager wraps the DocSystem, primarily to expose DocInfo objects.
*/
function DocManager() {
this._init();