dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] pnetlib/System.Drawing ImagingEncoderParameter....


From: Deryk Robosson
Subject: [dotgnu-pnet-commits] pnetlib/System.Drawing ImagingEncoderParameter....
Date: Mon, 05 Jun 2006 11:58:18 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnetlib
Changes by:     Deryk Robosson <drobosson>      06/06/05 11:58:18

Modified files:
        System.Drawing/Imaging: EncoderParameter.cs ImageAttributes.cs 
        System.Drawing : StringFormat.cs FontFamily.cs 
        System.Drawing/Drawing2D: Matrix.cs 

Log message:
        Remove empty finalizers.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Drawing/Imaging/EncoderParameter.cs?cvsroot=dotgnu-pnet&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Drawing/Imaging/ImageAttributes.cs?cvsroot=dotgnu-pnet&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Drawing/StringFormat.cs?cvsroot=dotgnu-pnet&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Drawing/FontFamily.cs?cvsroot=dotgnu-pnet&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Drawing/Drawing2D/Matrix.cs?cvsroot=dotgnu-pnet&r1=1.11&r2=1.12

Patches:
Index: Imaging/EncoderParameter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Imaging/EncoderParameter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Imaging/EncoderParameter.cs 9 Jun 2003 22:15:09 -0000       1.2
+++ Imaging/EncoderParameter.cs 5 Jun 2006 11:58:17 -0000       1.3
@@ -184,12 +184,6 @@
                                                                           
numerator2, denominator2);
                        }
 
-       // Destructor.
-       ~EncoderParameter()
-                       {
-                               // Nothing to do here in this implementation.
-                       }
-
        // Get or set this object's properties.
        public Encoder Encoder
                        {

Index: Imaging/ImageAttributes.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Imaging/ImageAttributes.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Imaging/ImageAttributes.cs  13 Aug 2005 03:20:13 -0000      1.3
+++ Imaging/ImageAttributes.cs  5 Jun 2006 11:58:17 -0000       1.4
@@ -73,12 +73,6 @@
        // Constructor.
        public ImageAttributes() {}
 
-       // Destructor.
-       ~ImageAttributes()
-                       {
-                               // Nothing to do here.
-                       }
-
        // Get the attribute information for a specific ColorAdjustType value.
        private AttributeInfo GetInfo(ColorAdjustType type)
                        {

Index: StringFormat.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/StringFormat.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- StringFormat.cs     26 Oct 2004 12:40:39 -0000      1.7
+++ StringFormat.cs     5 Jun 2006 11:58:18 -0000       1.8
@@ -88,13 +88,6 @@
                        }
 
 
-       // Destructor.
-       ~StringFormat()
-                       {
-                               // Nothing to do here in this implementation.
-                       }
-
-
        // Get or set this object's properties.
        public StringAlignment Alignment
                        {

Index: FontFamily.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/FontFamily.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- FontFamily.cs       8 Jan 2004 03:52:16 -0000       1.4
+++ FontFamily.cs       5 Jun 2006 11:58:18 -0000       1.5
@@ -102,12 +102,6 @@
                                }
                        }
 
-       // Destructor.
-       ~FontFamily()
-                       {
-                               // Nothing to do here in this implementation.
-                       }
-
        // Get a list of all font families on this system.
        public static FontFamily[] Families
                        {

Index: Drawing2D/Matrix.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Drawing2D/Matrix.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Drawing2D/Matrix.cs 5 Jun 2006 11:48:24 -0000       1.11
+++ Drawing2D/Matrix.cs 5 Jun 2006 11:58:18 -0000       1.12
@@ -115,11 +115,6 @@
                                this.dy  = matrix.dy;
                        }
 
-       // Destructor.
-       ~Matrix()
-                       {
-                               // Nothing to do here because there is no 
disposable state.
-                       }
 
        // Get the elements of this matrix.
        public float[] Elements




reply via email to

[Prev in Thread] Current Thread [Next in Thread]