Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Nov 19, 2015
1 parent 3037c4b commit 0317ef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R7.University.Division/EditDivision.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ protected override void OnButtonUpdateClick (object sender, EventArgs e)
// set calling module to display new division info
if (ModuleConfiguration.ModuleDefinition.DefinitionName == "R7.University.Division")
{
var mctrl = new ModuleController ();
Settings.DivisionID = item.DivisionID;
}
}
Expand Down

0 comments on commit 0317ef3

Please sign in to comment.