diff -r fd6d1292c4ad -r d2f72e448522 mapeditor.h --- a/mapeditor.h Mon Mar 03 09:25:40 2008 +0000 +++ b/mapeditor.h Mon Mar 03 09:25:40 2008 +0000 @@ -165,8 +165,10 @@ public: /*! \brief Save the map to file */ ErrorCode save(const SaveMode &); + /* FIXME no needed any longer void setZipped(bool); //!< Set or unset compression of map with zip save map zipped bool saveZipped(); //!< True, if file will be saved zipped + */ void print(); //!< Print the map void setAntiAlias (bool); //!< Set or unset antialiasing void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps