glib: remove unused 'using' statements

This commit is contained in:
Andrés G. Aragoneses 2013-09-24 01:02:08 +02:00
parent fb1b607e81
commit 234717712e
13 changed files with 2 additions and 18 deletions

View file

@ -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

View file

@ -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

View file

@ -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 {

View file

@ -21,7 +21,6 @@
using System; using System;
using System.Collections;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace GLib { namespace GLib {

View file

@ -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);

View file

@ -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;

View file

@ -22,7 +22,6 @@
namespace GLib { namespace GLib {
using System; using System;
using System.Runtime.InteropServices;
public class MissingIntPtrCtorException : Exception public class MissingIntPtrCtorException : Exception
{ {

View file

@ -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 {

View file

@ -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 {

View file

@ -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]

View file

@ -22,7 +22,6 @@
namespace GLib { namespace GLib {
using System; using System;
using System.Collections;
public class SignalArgs : EventArgs { public class SignalArgs : EventArgs {

View file

@ -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;