]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_dnst.cxx
remove assignment operators: they aren't used now and won't in the future
[flightgear.git] / src / Cockpit / hud_dnst.cxx
index bfd9e07a4e20553376bbfc6ced7b469e0398f637..49f23e79b66e901080e35bb46cec30768c9126ae 100644 (file)
@@ -1,26 +1,7 @@
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
-#include <stdlib.h>
-#include <string.h>
-
-#include <simgear/constants.h>
-#include <simgear/fg_random.h>
-#include <simgear/mat3.h>
-#include <simgear/polar3d.hxx>
-
-#include <Aircraft/aircraft.hxx>
-#include <Scenery/scenery.hxx>
-#include <Time/fg_timer.hxx>
 
 #include "hud.hxx"
 
-     
+
 //============ Top of dual_instr_item class member definitions ============
 
 dual_instr_item ::
@@ -45,15 +26,3 @@ dual_instr_item ::
 {
 }
 
-dual_instr_item & dual_instr_item ::
-  operator = (const dual_instr_item & rhs )
-{
-  if( !(this == &rhs)) {
-    instr_item::operator = (rhs);
-    alt_data_source = rhs.alt_data_source;
-    }
-  return *this;
-}
-
-// End of hud_dnst.cxx
-