Use a button in the processor box for toggle parameters.
[ardour.git] / gtk2_ardour / wscript
index e12e0bf388dc1db48ffe61498977a6629dcef019..cbcb4f29a731eddd0d2b254aaf5f31ad80d2bbcf 100644 (file)
@@ -91,7 +91,6 @@ gtk2_ardour_sources = [
         'editor_markers.cc',
         'editor_mixer.cc',
         'editor_mouse.cc',
-        'editor_nudge.cc',
         'editor_ops.cc',
         'editor_regions.cc',
         'editor_routes.cc',
@@ -476,7 +475,7 @@ def build(bld):
 
     # Set up font sizes
     if bld.is_defined('GTKOSX'): # OS X fonts
-        basefont = "Lucida Grande"
+        basefont = ""
         font_sizes = {
                 'TINY' : '7',
                 'SMALLER' : '9',