]> git.mxchange.org Git - flightgear.git/commitdiff
comment out unused widget. Needs to be reviewed and either actually
authormfranz <mfranz>
Sun, 27 Apr 2008 16:16:45 +0000 (16:16 +0000)
committermfranz <mfranz>
Sun, 27 Apr 2008 16:16:45 +0000 (16:16 +0000)
used or removed

src/GUI/Makefile.am

index c00f06d4c3d3f93a36b66f97da765b29c55d4c97..1ca95c359131145daf48c2d443f9938e8e8813ee 100644 (file)
@@ -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