compilation warnings

This commit is contained in:
Paul Schneider 2017-05-28 00:42:27 +02:00
commit 40add7b990
18 changed files with 46 additions and 33 deletions

View file

@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Yavsc;
namespace Yavsc.Models.IT.Modeling
{

View file

@ -1,6 +1,4 @@
using Yavsc;
namespace Yavsc.Models.IT.Modeling
{
public abstract class Letter<T> : ILetter<T>