From 8defdcb32f4421c9d124767d1c677c05791ead55 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 11 Oct 2007 02:31:34 +0000 Subject: Fix Gtk rendering corruption problems when running monolithic (internal engine). Reduce Gtk main loop overhead when running monolithic. Fix crash on importing certain Om patches. git-svn-id: http://svn.drobilla.net/lad/ingen@870 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/util.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libs/engine/util.hpp') diff --git a/src/libs/engine/util.hpp b/src/libs/engine/util.hpp index ce943673..4d03d94e 100644 --- a/src/libs/engine/util.hpp +++ b/src/libs/engine/util.hpp @@ -65,8 +65,6 @@ set_denormal_flags() exit(EXIT_FAILURE); } #endif - // Set 387 control register via standard C99 interface - fesetround(FE_TOWARDZERO); } } // namespace Ingen -- cgit v1.2.1