aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTooltip.h')
-rw-r--r--Source/SPTooltip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPTooltip.h b/Source/SPTooltip.h
index aac20447..a537e45d 100644
--- a/Source/SPTooltip.h
+++ b/Source/SPTooltip.h
@@ -29,7 +29,6 @@
#import <Cocoa/Cocoa.h>
#import <WebKit/WebKit.h>
-
@interface SPTooltip : NSWindow
{
WebView* webView;
@@ -43,7 +42,6 @@
NSPoint mousePositionWhenOpened;
NSString* SPTooltipPreferencesIdentifier;
-
}
+ (void)showWithObject:(id)content atLocation:(NSPoint)point ofType:(NSString *)type displayOptions:(NSDictionary *)displayOptions;