From 9cd0720036cdcd2026383e517fd0f34dbd733551 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 23 Jul 2009 20:22:07 +0000 Subject: [PATCH] Disable osx_bevelButton until we see how 2.9 looks on 10.4 (carbon) and 10.5 (coca). Originally committed to SVN as r3228. --- aegisub/src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aegisub/src/Makefile.am b/aegisub/src/Makefile.am index 5102961a2..628aae0a7 100644 --- a/aegisub/src/Makefile.am +++ b/aegisub/src/Makefile.am @@ -120,9 +120,9 @@ else UNIVCHARSET = charset_detect.cpp text_file_reader.cpp endif -if BUILD_DARWIN - BEVEL_BUTTON = osx_bevelButton.cpp -endif +#if BUILD_DARWIN +# BEVEL_BUTTON = osx_bevelButton.cpp +#endif if FONTLISTER_FREETYPE FONT_LISTER = font_file_lister_freetype.cpp