From: mfranz Date: Sun, 27 Apr 2008 16:16:45 +0000 (+0000) Subject: comment out unused widget. Needs to be reviewed and either actually X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f134a708dfe4272df870ed0b7f2009d12ecaab4a;p=flightgear.git comment out unused widget. Needs to be reviewed and either actually used or removed --- diff --git a/src/GUI/Makefile.am b/src/GUI/Makefile.am index c00f06d4c..1ca95c359 100644 --- a/src/GUI/Makefile.am +++ b/src/GUI/Makefile.am @@ -8,11 +8,11 @@ libGUI_a_SOURCES = \ gui.cxx gui.h gui_funcs.cxx \ gui_local.cxx gui_local.hxx \ mouse.cxx fonts.cxx \ - sgVec3Slider.cxx sgVec3Slider.hxx \ trackball.c trackball.h \ AirportList.cxx AirportList.hxx \ property_list.cxx property_list.hxx \ layout.cxx layout-props.cxx layout.hxx + #sgVec3Slider.cxx sgVec3Slider.hxx \ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src