glib: remove unused 'using' statements
This commit is contained in:
parent
fb1b607e81
commit
234717712e
13 changed files with 2 additions and 18 deletions
|
@ -22,7 +22,6 @@
|
|||
namespace GLib {
|
||||
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
public class FileUtils
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
namespace GLib {
|
||||
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
public class Global
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
namespace GLib {
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
public class InitiallyUnowned : Object {
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace GLib {
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
namespace GLib {
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
public delegate void LogFunc (string log_domain, LogLevelFlags log_level, string message);
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
namespace GLib {
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using GLib;
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
namespace GLib {
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
public class MissingIntPtrCtorException : Exception
|
||||
{
|
||||
|
|
|
@ -26,10 +26,8 @@ namespace GLib {
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
public class Object : IWrapper, IDisposable {
|
||||
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
namespace GLib {
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
public class Opaque : IWrapper, IDisposable {
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
namespace GLib {
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[Flags]
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
namespace GLib {
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
public class SignalArgs : EventArgs {
|
||||
|
||||
|
|
|
@ -129,10 +129,10 @@ namespace GLib {
|
|||
{
|
||||
Source.Remove (id);
|
||||
}
|
||||
|
||||
|
||||
[DllImport ("libglib-2.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||
static extern bool g_source_remove (uint id);
|
||||
|
||||
|
||||
public static bool Remove (TimeoutHandler hndlr)
|
||||
{
|
||||
bool result = false;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
namespace GLib {
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
|
Loading…
Reference in a new issue