Merge pull request #1506 from akoeplinger/fix-paste-test
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ColorPalette.cs
index 078af159161be2670864798770736abfc52a29aa..28599a7b47ac2b4be9aeafb6465542b4c20cc5f8 100644 (file)
@@ -69,7 +69,6 @@ namespace System.Drawing.Imaging
                                return flags;
                        }
                }
-#if !TARGET_JVM
                /* Caller should call FreeHGlobal*/
                internal IntPtr getGDIPalette() 
                {
@@ -112,6 +111,5 @@ namespace System.Drawing.Imaging
                                offset += 4;
                        }
                }
-#endif
        }
 }