remove useless .tools namespace and references to it
This commit is contained in:
parent
38d9248742
commit
620070fdb6
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace BizHawk.MultiClient.tools
|
||||
namespace BizHawk.MultiClient
|
||||
{
|
||||
class LuaButton : Button
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using System.Text;
|
||||
using BizHawk.MultiClient.tools;
|
||||
using BizHawk.MultiClient;
|
||||
|
||||
namespace BizHawk.MultiClient
|
||||
{
|
||||
|
|
|
@ -12,8 +12,6 @@ using BizHawk.Client.Common;
|
|||
using BizHawk.Emulation.Consoles.Nintendo;
|
||||
using System.Text;
|
||||
|
||||
using BizHawk.MultiClient.tools; //TODO: remove me, this is not an intended namespace
|
||||
|
||||
namespace BizHawk.MultiClient
|
||||
{
|
||||
public class LuaImplementation
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
using BizHawk.Client.Common;
|
||||
|
||||
namespace BizHawk.MultiClient.tools
|
||||
namespace BizHawk.MultiClient
|
||||
{
|
||||
enum BoxType { ALL, SIGNED, UNSIGNED, HEX };
|
||||
class LuaTextBox : TextBox
|
||||
|
|
Loading…
Reference in New Issue