mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 19:37:59 +00:00
glib: remove unused 'using' statements
This commit is contained in:
parent
fb1b607e81
commit
234717712e
|
@ -22,7 +22,6 @@
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
public class FileUtils
|
public class FileUtils
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
public class Global
|
public class Global
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
public class InitiallyUnowned : Object {
|
public class InitiallyUnowned : Object {
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
public delegate void LogFunc (string log_domain, LogLevelFlags log_level, string message);
|
public delegate void LogFunc (string log_domain, LogLevelFlags log_level, string message);
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using GLib;
|
using GLib;
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
public class MissingIntPtrCtorException : Exception
|
public class MissingIntPtrCtorException : Exception
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,10 +26,8 @@ namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
public class Object : IWrapper, IDisposable {
|
public class Object : IWrapper, IDisposable {
|
||||||
|
|
||||||
|
|
|
@ -27,9 +27,6 @@
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
public class Opaque : IWrapper, IDisposable {
|
public class Opaque : IWrapper, IDisposable {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
[Flags]
|
[Flags]
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
|
|
||||||
public class SignalArgs : EventArgs {
|
public class SignalArgs : EventArgs {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
namespace GLib {
|
namespace GLib {
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue