mapeditor.h
changeset 841 46553c106c52
parent 837 5ecd0462f76b
child 847 43268373032d
     1.1 --- a/mapeditor.h	Thu Mar 18 11:55:59 2010 +0000
     1.2 +++ b/mapeditor.h	Mon Mar 22 15:37:23 2010 +0000
     1.3 @@ -55,7 +55,6 @@
     1.4  	QImage getImage ();			//!< Get a pixmap of the map
     1.5  	void setAntiAlias (bool);	//!< Set or unset antialiasing
     1.6  	void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps
     1.7 -	void setHideTmp (bool);		//!< Hide parts temporary
     1.8  public slots:	
     1.9  	void autoLayout();			//!< Auto layout of map by using collision detection
    1.10  public: