Skip to content

Commit

Permalink
Merge pull request #267 from open-ephys/issue-251
Browse files Browse the repository at this point in the history
Remove unused usings
  • Loading branch information
jonnew authored Aug 30, 2024
2 parents 3bdadf5 + c521b3a commit 3fdcec6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions OpenEphys.Onix1.Design/ContactTag.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

namespace OpenEphys.Onix1.Design
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions OpenEphys.Onix1.Design/NeuropixelsV2eDialog.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Windows.Forms;

namespace OpenEphys.Onix1.Design
Expand Down
1 change: 0 additions & 1 deletion OpenEphys.Onix1/NeuropixelsV1eElectrode.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Drawing;
using OpenEphys.ProbeInterface.NET;

namespace OpenEphys.Onix1
{
Expand Down
1 change: 0 additions & 1 deletion OpenEphys.Onix1/NeuropixelsV2QuadShankElectrode.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Drawing;
using System.Xml.Serialization;
using OpenEphys.ProbeInterface;

namespace OpenEphys.Onix1
{
Expand Down

0 comments on commit 3fdcec6

Please sign in to comment.