Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jul 18, 2010
1 parent eceecf7 commit 31deb25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doomsday/engine/portable/src/fi_main.c
Expand Up @@ -1616,12 +1616,6 @@ void FIData_PicThink(fidata_pic_t* p)
}
}

static void drawPicFrameBackground(fidata_pic_t* p, uint frame,
float xOffset, float yOffset)
{

}

static void drawRect(fidata_pic_t* p, uint frame, float angle, const float worldOffset[3])
{
assert(p->numFrames && frame < p->numFrames);
Expand Down

0 comments on commit 31deb25

Please sign in to comment.