Skip to content

Commit

Permalink
libdoomsday: Cleanup (removed unused ddfinale_t)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Aug 19, 2014
1 parent dd0de24 commit 9121c1e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doomsday/api/def_share.h
Expand Up @@ -119,15 +119,6 @@ typedef struct {
#define MIF_NO_INTERMISSION 0x4 ///< Skip any intermission between maps.
///@}

typedef struct {
const Uri* after;
const Uri* before;
int game;
char* script;
} ddfinale_t;

typedef ddfinale_t finalescript_t;

#define DDLT_MAX_APARAMS 10
#define DDLT_MAX_PARAMS 20
#define DDLT_MAX_SPARAMS 5
Expand Down

0 comments on commit 9121c1e

Please sign in to comment.