QTfrontend/AutoUpdater.cpp
author nemo
Fri, 09 Sep 2011 18:30:40 -0400
changeset 5832 f730c8a9777b
parent 2266 289dc8e51210
permissions -rw-r--r--
Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.

/*
 * Copyright (C) 2008 Remko Troncon
 */

#include "AutoUpdater.h"

AutoUpdater::~AutoUpdater()
{
}