summaryrefslogtreecommitdiff
path: root/src/spell_idx_list.hpp
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/spell_idx_list.hpp
parent2e65b441b27f1897fa5a5e468cae2dade7139f5f (diff)
Remove spurious FIXMEs
Diffstat (limited to 'src/spell_idx_list.hpp')
-rw-r--r--src/spell_idx_list.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/spell_idx_list.hpp b/src/spell_idx_list.hpp
index ad913e83..5f817452 100644
--- a/src/spell_idx_list.hpp
+++ b/src/spell_idx_list.hpp
@@ -2,10 +2,7 @@
#include "spell_idx_list_fwd.h"
#include <vector>
-// FIXME: h-basic for the s32b?
struct spell_idx_list {
- // FIXME: stupidity because we can't "override" a fwd-declared-struct directly
std::vector<s32b> v;
};
-