+2008-02-28 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ Remove two unused functions from WebKitSystemInterface.
+
+ * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
+ a duplicate declaration of WKSecondsSinceLastInputEvent.
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceTiger.a:
+
2008-02-28 Mark Rowe <mrowe@apple.com>
Reviewed by Dave Hyatt.
CFStringEncoding WKGetWebDefaultCFStringEncoding(void);
float WKSecondsSinceLastInputEvent(void);
-CFStringRef WKPreferRGB32Key(void);
void WKSetMetadataURL(NSString *URLString, NSString *referrer, NSString *path);
void WKSetNSURLConnectionDefersCallbacks(NSURLConnection *connection, BOOL defers);
-float WKSecondsSinceLastInputEvent(void);
void WKShowKeyAndMain(void);
#ifndef __LP64__
int WKGetGlyphVectorNumGlyphs(WKGlyphVectorRef glyphVector);
ATSLayoutRecord *WKGetGlyphVectorFirstRecord(WKGlyphVectorRef glyphVector);
size_t WKGetGlyphVectorRecordSize(WKGlyphVectorRef glyphVector);
-ATSGlyphRef WKGetDefaultGlyphForChar(NSFont *font, UniChar c);
#ifndef __LP64__
NSEvent *WKCreateNSEventWithCarbonEvent(EventRef eventRef);