mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed more dead code
This commit is contained in:
parent
e0e5a487c3
commit
256e6dc195
@ -1,12 +0,0 @@
|
|||||||
using System;
|
|
||||||
|
|
||||||
namespace Emby.Server.Implementations.Security
|
|
||||||
{
|
|
||||||
class RegRecord
|
|
||||||
{
|
|
||||||
public string featId { get; set; }
|
|
||||||
public bool registered { get; set; }
|
|
||||||
public DateTime expDate { get; set; }
|
|
||||||
public string key { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user