diff --git a/hoot-js/src/main/cpp/hoot/js/elements/ElementIdJs.cpp b/hoot-js/src/main/cpp/hoot/js/elements/ElementIdJs.cpp
index a293784..448e844 100644
--- a/hoot-js/src/main/cpp/hoot/js/elements/ElementIdJs.cpp
+++ b/hoot-js/src/main/cpp/hoot/js/elements/ElementIdJs.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "ElementIdJs.h"
@@ -44,14 +44,6 @@ HOOT_JS_REGISTER(ElementIdJs)
Persistent<Function> ElementIdJs::_constructor;
-ElementIdJs::ElementIdJs()
-{
-}
-
-ElementIdJs::~ElementIdJs()
-{
-}
-
void ElementIdJs::Init(Handle<Object> target)
{
Isolate* current = target->GetIsolate();