[TD] Gui, everything but Q*, Task* and ViewP*: remove unused includes
- also sort includes
This commit is contained in:
@@ -19,25 +19,21 @@
|
||||
* Suite 330, Boston, MA 02111-1307, USA *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
|
||||
#endif
|
||||
|
||||
#include <App/Application.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Parameter.h>
|
||||
|
||||
#include "Rez.h"
|
||||
|
||||
|
||||
using namespace TechDrawGui;
|
||||
|
||||
//*** initial static var outside methods!
|
||||
double Rez::m_rezFactor = Rez::getParameter();
|
||||
//***
|
||||
|
||||
|
||||
double Rez::getRezFactor()
|
||||
{
|
||||
return Rez::m_rezFactor;
|
||||
@@ -48,7 +44,6 @@ void Rez::setRezFactor(double f)
|
||||
Rez::m_rezFactor = f;
|
||||
}
|
||||
|
||||
|
||||
//turn App side value to Gui side value
|
||||
double Rez::guiX(double x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user