Remove the mono-profiler- prefix from all source files in the profiler subdir.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / DISPPARAMS.cs
old mode 100755 (executable)
new mode 100644 (file)
index 57ac93f..b038963
@@ -32,10 +32,7 @@ using System;
 
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
-       [ComVisible(false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct DISPPARAMS {
                public IntPtr rgvarg;