Selector cleanup: rearranged all selectors to be in the same order as in Sierra's dictionary files, and removed several unused selectors

svn-id: r46005
This commit is contained in:
Filippos Karapetis 2009-11-20 13:29:42 +00:00
parent a70aa90f62
commit e7820f972d
3 changed files with 79 additions and 92 deletions

View file

@ -214,14 +214,7 @@ void Kernel::mapSelectors() {
FIND_SELECTOR2(delete_, "delete");
FIND_SELECTOR(z);
// -----------------------------
FIND_SELECTOR(init);
FIND_SELECTOR(dispose);
FIND_SELECTOR(size);
FIND_SELECTOR(caller);
FIND_SELECTOR(cue);
FIND_SELECTOR(owner);
FIND_SELECTOR(completed);
FIND_SELECTOR(cycler);
FIND_SELECTOR(moveDone);
FIND_SELECTOR(vol);
FIND_SELECTOR(pri);