mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 04:45:33 +00:00
Remove empty class description warning
This commit is contained in:
parent
e22409c266
commit
91b97a27ea
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ void CSMTools::ClassCheckStage::perform (int stage, CSMDoc::Messages& messages)
|
||||||
if (class_.mName.empty())
|
if (class_.mName.empty())
|
||||||
messages.push_back (std::make_pair (id, class_.mId + " has an empty name"));
|
messages.push_back (std::make_pair (id, class_.mId + " has an empty name"));
|
||||||
|
|
||||||
if (class_.mDescription.empty())
|
|
||||||
messages.push_back (std::make_pair (id, class_.mId + " has an empty description"));
|
|
||||||
|
|
||||||
// test for invalid attributes
|
// test for invalid attributes
|
||||||
for (int i=0; i<2; ++i)
|
for (int i=0; i<2; ++i)
|
||||||
if (class_.mData.mAttribute[i]==-1)
|
if (class_.mData.mAttribute[i]==-1)
|
||||||
|
|
Loading…
Reference in a new issue