Skip to content

Commit

Permalink
Remove unused and duplicated private function
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Jun 14, 2018
1 parent f99d511 commit f07b90d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/core/layout/qgslayoutitemlegend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,11 +447,6 @@ void QgsLayoutItemLegend::setRasterStrokeWidth( double width )
mSettings.setRasterStrokeWidth( width );
}

void QgsLayoutItemLegend::synchronizeWithModel()
{
adjustBoxSize();
updateFilterByMap( false );
}

void QgsLayoutItemLegend::updateLegend()
{
Expand Down
3 changes: 0 additions & 3 deletions src/core/layout/qgslayoutitemlegend.h
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ class CORE_EXPORT QgsLayoutItemLegend : public QgsLayoutItem

private slots:

//! Data changed
void synchronizeWithModel();

//! Removes the associated map if the map is deleted.
void invalidateCurrentMap();

Expand Down

0 comments on commit f07b90d

Please sign in to comment.