Skip to content

Commit

Permalink
Assume we build with the 10.11 SDK (or newer)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorbits committed Sep 12, 2017
1 parent d4a1eb4 commit bdf0101
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Commands/tooltip/TMDHTMLTips.mm
Expand Up @@ -13,11 +13,7 @@

NSString* const TMDTooltipPreferencesIdentifier = @"TM Tooltip";

#if !defined(MAC_OS_X_VERSION_10_11) || (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_11)
@interface TMDHTMLTip ()
#else
@interface TMDHTMLTip () <WebFrameLoadDelegate>
#endif
{
WebView* webView;
WebPreferences* webPreferences;
Expand Down

0 comments on commit bdf0101

Please sign in to comment.