From: sullivan Date: Tue, 28 Feb 2006 18:57:46 +0000 (+0000) Subject: * WebKitSystemInterface.h: Removed WKMouseIsDown() X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=a838265712bde46f511a58b3b3ab7ce6c874451f * WebKitSystemInterface.h: Removed WKMouseIsDown() * libWebKitSystemInterface.a: ditto git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13056 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 5785ab6715c7..86942f0154ef 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,8 @@ +2006-02-28 John Sullivan + + * WebKitSystemInterface.h: Removed WKMouseIsDown() + * libWebKitSystemInterface.a: ditto + 2006-02-23 Timothy Hatcher New build to fix the i386 arch. (The _cuEnc64 symbol was missing.) diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index abfd6ef5d692..83e1b378dd73 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -56,7 +56,6 @@ Class WKNSURLProtocolClassForReqest(NSURLRequest *request); unsigned WKGetNSAutoreleasePoolCount(void); NSString *WKMouseMovedNotification(void); -BOOL WKMouseIsDown(void); void WKSetNSWindowShouldPostEventNotifications(NSWindow *window, BOOL post); CFTypeID WKGetAXTextMarkerTypeID(void); diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index 8f826ff63a22..901d2a25f11f 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ