toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/internal vbase.hh


From: Tom Drummond
Subject: [Toon-members] TooN/internal vbase.hh
Date: Sun, 12 Apr 2009 01:38:11 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/04/12 01:38:11

Modified files:
        internal       : vbase.hh 

Log message:
        removed unused constructor from SliceVBase

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/vbase.hh?cvsroot=toon&r1=1.22&r2=1.23

Patches:
Index: vbase.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/vbase.hh,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- vbase.hh    12 Apr 2009 01:08:01 -0000      1.22
+++ vbase.hh    12 Apr 2009 01:38:11 -0000      1.23
@@ -17,11 +17,6 @@
        struct VLayout
                : public GenericVBase<Size, Precision, Stride, 
VectorSlice<Size, Precision> > {
        
-
-               VLayout(Precision* d, int stride)
-                       :GenericVBase<Size, Precision, Stride, 
VectorSlice<Size, Precision> >(d, stride){
-               }
-
                VLayout(Precision* d, int length, int stride)
                        :GenericVBase<Size, Precision, Stride, 
VectorSlice<Size, Precision> >(d, length, stride){
                }




reply via email to

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