Removed spurious variable.

This commit is contained in:
2017-06-03 01:10:46 +01:00
parent 98aaf94961
commit e694ea69b1
36 changed files with 24060 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Web;
using System.Web.UI;
namespace DiscImageChef.Server
{
public partial class ViewReport : System.Web.UI.Page
{
}
}