summaryrefslogtreecommitdiff
path: root/src/spells6.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-23 11:57:49 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commit45ec003a1de7857ac7dddb0732a9d005612b886f (patch)
tree9bb9005cd2fb296898af45fb1cef3b81f6e45470 /src/spells6.cc
parent2e65b441b27f1897fa5a5e468cae2dade7139f5f (diff)
Remove spurious FIXMEs
Diffstat (limited to 'src/spells6.cc')
-rw-r--r--src/spells6.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/spells6.cc b/src/spells6.cc
index b829ea0e..eeb41a0e 100644
--- a/src/spells6.cc
+++ b/src/spells6.cc
@@ -6,7 +6,6 @@
struct school_provider
{
- // FIXME: make school_provider_new a ctor instead...
byte deity_idx; /* Deity which provides school levels */
s16b skill_idx; /* Skill used for determining the boost */
@@ -17,7 +16,7 @@ struct school_provider
};
struct school_provider_list {
-public: // FIXME: because of lack of definition...
+public:
std::vector<school_provider> v;
};