]> git.mxchange.org Git - flightgear.git/commit
remove depreciated gui_local.[ch]xx:
authormfranz <mfranz>
Wed, 9 Jul 2008 12:22:33 +0000 (12:22 +0000)
committermfranz <mfranz>
Wed, 9 Jul 2008 12:22:33 +0000 (12:22 +0000)
commit9f571a0f007a8ecf7f220cae16c9971e86fc678a
tree6ac9bbfe2be2654c9af0dd9375b5ea5393cc6160
parentde527e38914d4e31ef4264bc7da475c6c6c4385f
remove depreciated gui_local.[ch]xx:
- drop unused parts (MouseQuat/GuiQuat)
- move "old-reinit-dialog" fgcommand to fg_command.cxx under new name
  "reset" for now. (May later get merged with fgcommand "reinit".)
- move reInit() to fg_init.cxx: This was used by Shift-Esc and
  Menu->File-Reset (via fgcommand "old-reinit-dialog"). We have already
  a similar function fgReInitSubsystems() in fg_init.cxx, so these two
  functions will probably get merged later.)
src/GUI/Makefile.am
src/GUI/README
src/GUI/gui.cxx
src/GUI/gui_funcs.cxx
src/GUI/gui_local.cxx [deleted file]
src/GUI/gui_local.hxx [deleted file]
src/GUI/menubar.cxx
src/GUI/mouse.cxx
src/Main/fg_commands.cxx
src/Main/fg_init.cxx