Removed obsolete code

p4#: 21363
This commit is contained in:
Magne Sjaastad
2013-04-22 14:44:43 +02:00
parent b20be8ad25
commit 290f8d4e58
5 changed files with 1 additions and 39 deletions

View File

@@ -47,17 +47,3 @@ RimCalcScript::~RimCalcScript()
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimCalcScript::readContentFromFile()
{
QFile file(absolutePath);
if (file.open(QIODevice::ReadOnly | QIODevice::Text))
{
QString fileContent = file.readAll();
content = fileContent;
}
}