From aebdfea1ff3797fbd85c5c0cfd42edf31ca62ec7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 17 Mar 2008 00:07:58 +0000 Subject: [PATCH] fixed build --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401945 --- core/smn_float.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/smn_float.cpp b/core/smn_float.cpp index 7a0fa9d5..0b15aca2 100644 --- a/core/smn_float.cpp +++ b/core/smn_float.cpp @@ -247,6 +247,7 @@ static cell_t sm_ArcTangent2(IPluginContext *pCtx, const cell_t *params) return sp_ftoc(val1); } +#if 0 static cell_t sm_FloatRound(IPluginContext *pCtx, const cell_t *params) { float val = sp_ctof(params[1]); @@ -282,6 +283,7 @@ static cell_t sm_FloatRound(IPluginContext *pCtx, const cell_t *params) return static_cast(val); } +#endif REGISTER_NATIVES(floatnatives) {