Skip to content

Commit

Permalink
libcommon: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 11, 2014
1 parent a8eb75d commit b8026e0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doomsday/plugins/common/include/mapstatereader.h
Expand Up @@ -23,7 +23,6 @@

#include "common.h"
#include "thingarchive.h"
#include <de/Error>
#include <de/game/MapStateReader>

/**
Expand All @@ -34,10 +33,6 @@
*/
class MapStateReader : public de::game::MapStateReader
{
public:
/// Base class for read-related errors. @ingroup errors
DENG2_ERROR(ReadError);

public:
MapStateReader(de::game::SavedSession const &session);
~MapStateReader();
Expand Down Expand Up @@ -92,4 +87,4 @@ class MapStateReader : public de::game::MapStateReader
DENG2_PRIVATE(d)
};

#endif // LIBCOMMON_NATIVEMAPSTATEREADER_H
#endif // LIBCOMMON_MAPSTATEREADER_H

0 comments on commit b8026e0

Please sign in to comment.