1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 21:29:56 +00:00

removed a todo comment

This commit is contained in:
Marc Zinnschlag 2013-11-30 12:54:44 +01:00
parent 177aab536d
commit 43f5f16731

View file

@ -317,7 +317,6 @@ struct JournalViewModelImpl : JournalViewModel
std::string getText () const
{
/// \todo defines are not replaced (%PCName etc). should probably be done elsewhere though since we need the actor
return mTopic.getEntry (*itr).getText(MWBase::Environment::get().getWorld()->getStore());
}