Index: webkit/plugins/npapi/webplugin_delegate_impl_mac.mm |
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl_mac.mm b/webkit/plugins/npapi/webplugin_delegate_impl_mac.mm |
index ff23bcbb3a67ca349e8e9188a3d13a08e8ee659d..806bdeb6e3058d86b7982d73b9a6ec94cc4f004f 100644 |
--- a/webkit/plugins/npapi/webplugin_delegate_impl_mac.mm |
+++ b/webkit/plugins/npapi/webplugin_delegate_impl_mac.mm |
@@ -645,16 +645,6 @@ void WebPluginDelegateImpl::ImeCompositionCompleted(const string16& text) { |
} |
} |
-#ifndef NP_NO_CARBON |
-void WebPluginDelegateImpl::SetThemeCursor(ThemeCursor cursor) { |
- current_windowless_cursor_.InitFromThemeCursor(cursor); |
-} |
- |
-void WebPluginDelegateImpl::SetCarbonCursor(const Cursor* cursor) { |
- current_windowless_cursor_.InitFromCursor(cursor); |
-} |
-#endif |
- |
void WebPluginDelegateImpl::SetNSCursor(NSCursor* cursor) { |
current_windowless_cursor_.InitFromNSCursor(cursor); |
} |