[apps/graph] Remove unneeded namespace

This commit is contained in:
Léa Saviot
2018-10-04 11:41:41 +02:00
committed by Émilie Feral
parent 63e5960ae1
commit ccea0579d1

View File

@@ -10,8 +10,8 @@ using namespace Shared;
namespace Graph {
StorageCartesianFunction::StorageCartesianFunction(const char * text, KDColor color) :
Shared::StorageFunction(text, color),
m_displayDerivative(false)
StorageFunction(text, color),
m_displayDerivative(false) //TODO
{
}