diff --git a/src/pe/contact/Contact.cpp b/src/pe/contact/Contact.cpp
index ce7c59ebeb4662606397cde1e3ea0cb72ef54123..88e635eb2872ccd1b9cd7740ecbb8f4730b2f9bf 100644
--- a/src/pe/contact/Contact.cpp
+++ b/src/pe/contact/Contact.cpp
@@ -67,19 +67,6 @@ Contact::Contact( GeomID g1, GeomID g2, const Vec3& gpos, const Vec3& normal, re
 }
 //*************************************************************************************************
 
-//=================================================================================================
-//
-//  DESTRUCTOR
-//
-//=================================================================================================
-
-//*************************************************************************************************
-/*!\brief Destructor for the Contact class.
- */
-Contact::~Contact()
-= default;
-//*************************************************************************************************
-
 //=================================================================================================
 //
 //  GET FUNCTIONS
diff --git a/src/pe/contact/Contact.h b/src/pe/contact/Contact.h
index 51adfc7c3ed7f46c9f2983b33abad630936bcb20..dc40db14d3d9ffb0641a9cd1cbdb3efbc17c1cb1 100644
--- a/src/pe/contact/Contact.h
+++ b/src/pe/contact/Contact.h
@@ -92,13 +92,6 @@ public:
    //@}
    //**********************************************************************************************
 
-   //**Destructor**********************************************************************************
-   /*!\name Destructor */
-   //@{
-   ~Contact();
-   //@}
-   //**********************************************************************************************
-
 public:
    //**Get functions*******************************************************************************
    /*!\name Get functions */