summaryrefslogtreecommitdiff
path: root/libs/pbd/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/misc.c')
-rw-r--r--libs/pbd/misc.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/libs/pbd/misc.c b/libs/pbd/misc.c
deleted file mode 100644
index 34e5888687..0000000000
--- a/libs/pbd/misc.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#include <pbd/misc.h>
-
-#ifdef GTKOSX
-#include <AppKit/AppKit.h>
-#endif
-
-void
-disable_screen_updates ()
-{
-#ifdef GTKOSX
- // NSDisableScreenUpdates ();
-#endif
-}
-
-void
-enable_screen_updates ()
-{
-#ifdef GTKOSX
- // NSEnableScreenUpdates();
-#endif
-}