sdbus++: remove old 'NEW_CAMELCASE' define

All code is moved over to the new camelcase format, so remove
the #define.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I99bf1276acce70e60529b55be757bd2dcbb8784a
diff --git a/tools/sdbusplus/templates/interface.server.hpp.mako b/tools/sdbusplus/templates/interface.server.hpp.mako
index 74f1650..234fff8 100644
--- a/tools/sdbusplus/templates/interface.server.hpp.mako
+++ b/tools/sdbusplus/templates/interface.server.hpp.mako
@@ -19,9 +19,6 @@
         return set(p.cppTypeParam(interface.name) for p in
                    interface.properties);
 %>
-#ifndef SDBUSPP_NEW_CAMELCASE
-#define SDBUSPP_NEW_CAMELCASE 1
-#endif
 
 namespace sdbusplus
 {