Quantcast

addon:DisplayFrame() no longer uses function parameters.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-19 22:41:14
Author local date 2009-11-19 22:41:14 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-19 22:41:14
Committer local date 2009-11-19 22:41:14 +0000
Commit 2c8d6cfbe06d79d059824b347c1e2f5430654e79
Tree 5140c2d982289c7bc99230eac032d35d1db03b51
Parent 5c8ac17f4a701b2f0fbb95839edaf1f82f1ccb98
addon:DisplayFrame() no longer uses function parameters.
Removed allSpecTable - it was never used.
Removed sortedRecipeIndex - addon.sorted_recipes is used now.
Renamed dungeonlocationlist to INSTANCE_LOCATIONS.
Renamed SortMissingRecipes() to SortRecipeList() - it now has no return value nor parameter.
Removed the function definitions from sortFuncs, making them their own do-block-local entities.
Pulled the definition of sortFuncs out of SortRecipeList().
Changed some comments, removing those for which their code was obvious.
Altered some syntax throughout.