Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove unused and duplicated private function
- Loading branch information
|
@@ -447,11 +447,6 @@ void QgsLayoutItemLegend::setRasterStrokeWidth( double width ) |
|
|
mSettings.setRasterStrokeWidth( width ); |
|
|
} |
|
|
|
|
|
void QgsLayoutItemLegend::synchronizeWithModel() |
|
|
{ |
|
|
adjustBoxSize(); |
|
|
updateFilterByMap( false ); |
|
|
} |
|
|
|
|
|
void QgsLayoutItemLegend::updateLegend() |
|
|
{ |
|
|
|
@@ -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(); |
|
|
|
|
|