Skip to content

Commit f07b90d

Browse files
elpasonyalldawson
authored andcommitted
Remove unused and duplicated private function
1 parent f99d511 commit f07b90d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/core/layout/qgslayoutitemlegend.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,6 @@ void QgsLayoutItemLegend::setRasterStrokeWidth( double width )
447447
mSettings.setRasterStrokeWidth( width );
448448
}
449449

450-
void QgsLayoutItemLegend::synchronizeWithModel()
451-
{
452-
adjustBoxSize();
453-
updateFilterByMap( false );
454-
}
455450

456451
void QgsLayoutItemLegend::updateLegend()
457452
{

src/core/layout/qgslayoutitemlegend.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,6 @@ class CORE_EXPORT QgsLayoutItemLegend : public QgsLayoutItem
448448

449449
private slots:
450450

451-
//! Data changed
452-
void synchronizeWithModel();
453-
454451
//! Removes the associated map if the map is deleted.
455452
void invalidateCurrentMap();
456453

0 commit comments

Comments
 (0)