gui/gui_writer.h
changeset 2104 8e27998e9b1d
parent 2103 a979fcdda073
child 2105 6e687c525503
     1.1 --- a/gui/gui_writer.h	Wed Jun 21 08:35:23 2006 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -#ifndef GUI_WRITER_H
     1.5 -#define GUI_WRITER_H
     1.6 -
     1.7 -#include "mapstorage.h"
     1.8 -#include <lemon/lemon_writer.h>
     1.9 -
    1.10 -using lemon::LemonWriter;
    1.11 -
    1.12 -class GuiWriter : public LemonWriter::SectionWriter
    1.13 -{
    1.14 -  private:
    1.15 -    MapStorage* mapstorage;
    1.16 -  protected:
    1.17 -    virtual std::string header();
    1.18 -    virtual void write(std::ostream&);
    1.19 -  public:
    1.20 -    typedef LemonWriter::SectionWriter Parent;
    1.21 -    GuiWriter(LemonWriter&, MapStorage*);
    1.22 -};
    1.23 -
    1.24 -#endif