|  | @ -6,7 +6,7 @@ | 
		
	
		
			
				|  |  |  * This program source code file is part of KiCad, a free EDA CAD application. |  |  |  * This program source code file is part of KiCad, a free EDA CAD application. | 
		
	
		
			
				|  |  |  * |  |  |  * | 
		
	
		
			
				|  |  |  * Copyright (C) 2007-2010 Wayne Stambaugh <stambaughw@verizon.net> |  |  |  * Copyright (C) 2007-2010 Wayne Stambaugh <stambaughw@verizon.net> | 
		
	
		
			
				|  |  |  * Copyright (C) 2007 KiCad Developers, see change_log.txt for contributors. |  |  |  | 
		
	
		
			
				|  |  |  |  |  |  * Copyright (C) 2007-2017 KiCad Developers, see AUTHORS.txt for contributors. | 
		
	
		
			
				|  |  |  * |  |  |  * | 
		
	
		
			
				|  |  |  * This program is free software; you can redistribute it and/or |  |  |  * This program is free software; you can redistribute it and/or | 
		
	
		
			
				|  |  |  * modify it under the terms of the GNU General Public License |  |  |  * modify it under the terms of the GNU General Public License | 
		
	
	
		
			
				|  | @ -57,8 +57,6 @@ public: | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |     TRANSFORM( int ax1, int ay1, int ax2, int ay2 ) : x1( ax1 ), y1( ay1 ), x2( ax2 ), y2( ay2 ) {} |  |  |     TRANSFORM( int ax1, int ay1, int ax2, int ay2 ) : x1( ax1 ), y1( ay1 ), x2( ax2 ), y2( ay2 ) {} | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |     TRANSFORM& operator=( const TRANSFORM& aTransform ); |  |  |  | 
		
	
		
			
				|  |  | 
 |  |  |  | 
		
	
		
			
				|  |  |     bool operator==( const TRANSFORM& aTransform ) const; |  |  |     bool operator==( const TRANSFORM& aTransform ) const; | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |     bool operator!=( const TRANSFORM& aTransform ) const { return !( *this == aTransform ); } |  |  |     bool operator!=( const TRANSFORM& aTransform ) const { return !( *this == aTransform ); } | 
		
	
	
		
			
				|  | 
 |