r14830 by fschmid - Removed the SampleItem::cleanupTemporary completly as its no longer needed at all.

scribus-commit scribus-commit at lists.scribus.net
Fri Feb 26 18:30:22 CET 2010


Revision: 14830
Author: fschmid
Date: 2010-02-26T17:27:50.992812Z
Commit message: Removed the SampleItem::cleanupTemporary completly as its no longer needed at all.

Changeset: 
M  /trunk/Scribus/scribus/plugins/fontpreview/fontpreview.cpp
M  /trunk/Scribus/scribus/sampleitem.h

Diffs:
Index: scribus/sampleitem.h
===================================================================
--- scribus/sampleitem.h	(revision 14829)
+++ scribus/sampleitem.h	(revision 14830)
@@ -93,8 +93,6 @@
 		\retval QPixmap rendered image
 		*/
 		QPixmap getSample(int width, int height);
-		/*! \brief Remove the tmp issues. */
-		void cleanupTemporary() {};
 
 	private:
 		//! \brief Text to be rendered
Index: scribus/plugins/fontpreview/fontpreview.cpp
===================================================================
--- scribus/plugins/fontpreview/fontpreview.cpp	(revision 14829)
+++ scribus/plugins/fontpreview/fontpreview.cpp	(revision 14830)
@@ -103,7 +103,6 @@
 	prefs->set("fontSize", sizeSpin->value());
 	prefs->set("phrase", displayEdit->text());
 	prefs->set("extendedView", extendedCheckBox->isChecked());
-	sampleItem->cleanupTemporary(); // just to be sure
 }
 
 void FontPreview::languageChange()




More information about the scribus-commit mailing list