diff --git a/ChangeLog.txt b/ChangeLog.txt index 60d02dc15..9548d7d6e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -41,6 +41,7 @@ - [#468] Error - Tape 'Save As' should set 'Read Only' to false. - [#501] Rename Window->Close Window to Window->Close pattern. - [#515] Seam allowance wrong way. +- [#494] Printing is not working. # Version 0.4.4 April 12, 2016 - Updated measurement templates with all measurements. Added new template Aldrich/Women measurements. diff --git a/src/libs/vlayout/vposter.h b/src/libs/vlayout/vposter.h index cec5de387..965f830bb 100644 --- a/src/libs/vlayout/vposter.h +++ b/src/libs/vlayout/vposter.h @@ -70,7 +70,6 @@ private: int CountColumns(int width) const; PosterData Cut(int i, int j, const QRect &imageRect) const; - QImage Borders(int rows, int columns, int i, int j, QImage &image, int page, int sheets) const; QRect PageRect() const;