From bd152c1fb75c4a8d4b9271896c44243ca8759e58 Mon Sep 17 00:00:00 2001
From: Geenz <geenz@geenzo.com>
Date: Sat, 29 Dec 2012 06:59:43 -0500
Subject: Huge amount of refactoring to use Cocoa here: - Updated to .xib
 format.  To produce a new nib (which is required after changing the xib
 file), use "ibtool SecondLife.xib --compile SecondLife.nib" within the
 newview directory. - xib file now defines the viewer's window.  VIews are
 still being pragmatically added to the main window.  This may change in the
 future. - LLAppViewer's main loop has been slightly refactored to be executed
 on a timer for OS X.  This probably needs a bit more work. - Event handling
 still needs more work to work within a timer based event loop.  It works
 fairly sporadically at the moment, as if events are being dropped between
 timer executions, at least for the mouse. - Carbon has been purged from the
 viewer's startup, and from LLWindow entirely.  There's likely still a few
 odds and ends fragmented throughout the viewer and its dependencies.  Need to
 track these down. - LLAppViewerMacOSX now uses NSApplicationMain, and also
 implements the NSApplicationDelegate protocol in LLAppDelegate. - Fullscreen
 support has been implemented for OS X 10.7+ This is still a work in progress,
 however at this stage everything needed for a functional viewer is (mostly)
 complete.  From here, it's mostly just bug hunting and fixing.

---
 indra/media_plugins/webkit/mac_volume_catcher.cpp | 1 -
 1 file changed, 1 deletion(-)

(limited to 'indra/media_plugins')

diff --git a/indra/media_plugins/webkit/mac_volume_catcher.cpp b/indra/media_plugins/webkit/mac_volume_catcher.cpp
index 8a06bb8487..2f3f2211a3 100644
--- a/indra/media_plugins/webkit/mac_volume_catcher.cpp
+++ b/indra/media_plugins/webkit/mac_volume_catcher.cpp
@@ -35,7 +35,6 @@
 
 #include "volume_catcher.h"
 
-#include <Carbon/Carbon.h>
 #include <QuickTime/QuickTime.h>
 #include <AudioUnit/AudioUnit.h>
 
-- 
cgit v1.2.3