mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 05:13:40 +00:00
Cleanup
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using System;
|
||||
namespace qController.QItems
|
||||
{
|
||||
public class NoQCueSelected : QCue
|
||||
{
|
||||
public NoQCueSelected()
|
||||
{
|
||||
listName = "No Cue Selected";
|
||||
type = "";
|
||||
notes = "Workspace has loaded but no cue is selected";
|
||||
number = "!";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user