]> www.ginac.de Git - ginac.git/blobdiff - ginac/color.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / color.h
index 2b607e3c8e9dd41db9db81b9f8edb2a28ee209ee..2d44aa8f530177581235e9f444afc166765a8e86 100644 (file)
@@ -94,16 +94,6 @@ public:
        
 // member functions
 
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       color();
-       ~color();
-       color(const color & other);
-       const color & operator=(const color & other);
-protected:
-       void copy(const color & other); 
-       void destroy(bool call_parent);
-
        // other constructors
 protected:
        color(color_types const t, unsigned rl=0);