diff --git a/limereport/lrbanddesignintf.cpp b/limereport/lrbanddesignintf.cpp index 254c24f..63ebcc7 100644 --- a/limereport/lrbanddesignintf.cpp +++ b/limereport/lrbanddesignintf.cpp @@ -801,11 +801,6 @@ qreal BandDesignIntf::bottomSpace() const return m_bottomSpace.isValid() ? m_bottomSpace.value() : height()-findMaxBottom(); } -qreal BandDesignIntf::bottomSpace() const -{ - return m_bottomSpace.isValid() ? m_bottomSpace.value() : height()-findMaxBottom(); -} - void BandDesignIntf::slotPropertyObjectNameChanged(const QString &, const QString& newName) { update();