From ce4ce94c67bf087406027badf43ed44f8a245ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 3 May 2017 11:05:14 +0200 Subject: [PATCH] [apps/sequence] Delete useless call in destructor Change-Id: I249722e150d90e01b07a71f62a12f63b73c524de --- apps/sequence/sequence.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/sequence/sequence.cpp b/apps/sequence/sequence.cpp index 35cbe9b7e..0bbc133ef 100644 --- a/apps/sequence/sequence.cpp +++ b/apps/sequence/sequence.cpp @@ -28,7 +28,6 @@ Sequence::Sequence(const char * text, KDColor color) : } Sequence::~Sequence() { - ((Function *)this)->Shared::Function::~Function(); if (m_firstInitialConditionLayout != nullptr) { delete m_firstInitialConditionLayout; m_firstInitialConditionLayout = nullptr;