Skip to content

Commit

Permalink
Turn off incompatibility warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed May 23, 2016
1 parent e6ee6c6 commit 4aaf0d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sources/iTermApplicationDelegate.m
Expand Up @@ -294,7 +294,9 @@ - (BOOL)shouldNotifyAboutIncompatibleSoftware {
// LaunchBar: https://twitter.com/launchbar/status/620975715278790657?cn=cmVwbHk%3D&refsrc=email
// Pathfinder: https://twitter.com/gnachman/status/659409608642007041

#define SHOW_INCOMPATIBILITY_WARNING_AT_STARTUP
// This is disabled because it looks like everyone is there or almost there. I can remove this
// code soon.
//#define SHOW_INCOMPATIBILITY_WARNING_AT_STARTUP

#ifdef SHOW_INCOMPATIBILITY_WARNING_AT_STARTUP
static NSString *const kTimeOfFirstLaunchForIncompatibilityWarnings = @"NoSyncTimeOfFirstLaunchForIncompatibilityWarnings";
Expand Down

0 comments on commit 4aaf0d6

Please sign in to comment.