summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/misc.h')
-rw-r--r--libs/pbd/pbd/misc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/pbd/pbd/misc.h b/libs/pbd/pbd/misc.h
deleted file mode 100644
index 306c00683e..0000000000
--- a/libs/pbd/pbd/misc.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __pbd_misc_h__
-#define __pbd_misc_h__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- void disable_screen_updates ();
- void enable_screen_updates ();
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __pbd_misc_h__ */