Skip to content

Commit

Permalink
LightGrid|Renderer: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 9, 2014
1 parent cbffd0e commit 0e0f33e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doomsday/client/src/render/lightgrid.cpp
Expand Up @@ -831,14 +831,13 @@ DENG2_OBSERVES(Sector, LightLevelChange)
}

/// Observes Sector LightLevelChange.
void sectorLightLevelChanged(Sector &sector, float /*oldLightLevel*/)
void sectorLightLevelChanged(Sector &sector)
{
sectorChanged(sector);
}

/// Observes Sector LightColorChange.
void sectorLightColorChanged(Sector &sector, Vector3f const & /*oldLightColor*/,
int /*changedComponents*/)
void sectorLightColorChanged(Sector &sector)
{
sectorChanged(sector);
}
Expand Down

0 comments on commit 0e0f33e

Please sign in to comment.