Skip to content

Instantly share code, notes, and snippets.

@theeternalsw0rd
Created July 16, 2016 23:35
Show Gist options
  • Save theeternalsw0rd/881fd3316f3858ff458c8d270a3c62bb to your computer and use it in GitHub Desktop.
Save theeternalsw0rd/881fd3316f3858ff458c8d270a3c62bb to your computer and use it in GitHub Desktop.
diff --git a/cmd_behave_screen_edge.c b/cmd_behave_screen_edge.c
index f736086..4d529c3 100644
--- a/cmd_behave_screen_edge.c
+++ b/cmd_behave_screen_edge.c
@@ -4,12 +4,6 @@
#include <time.h> /* for clock_gettime */
#include <sys/time.h> /* for timeradd and friends */
-#if defined(__APPLE__) && defined(__MACH__)
-/* http://code.google.com/p/semicomplete/issues/detail?id=37
- * OS X doesn't support clock_gettime (in at least OSX <= 10.6) */
-# include "osx_hacks.h"
-#endif
-
/* TODO(sissel): Refactor the madness.
* The event look, delay and quiesce state handling, etc, are all pretty
* intermingled. This needs a serious refactor into separate functions and
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment