From 70444b46b98f02abb7153f598781e080ab1e01d4 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 15 Apr 2013 07:12:52 -0400 Subject: [PATCH] Fixed regression in cset 68d82718dc99 causing missing protobuf natives (bug 5712). --- core/smn_protobuf.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/smn_protobuf.cpp b/core/smn_protobuf.cpp index 070aa9a7..39f25c9b 100644 --- a/core/smn_protobuf.cpp +++ b/core/smn_protobuf.cpp @@ -29,8 +29,6 @@ * Version: $Id$ */ -#ifdef USE_PROTOBUF_USERMESSAGES - #include "logic_bridge.h" #include "UserMessagePBHelpers.h" #include "smn_usermsgs.h" @@ -998,4 +996,3 @@ REGISTER_NATIVES(protobufnatives) ///////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////// */ -#endif // USE_PROTOBUF_USERMESSAGES