summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/touchbar.m
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/fragments/touchbar.m')
-rw-r--r--waftools/fragments/touchbar.m7
1 files changed, 0 insertions, 7 deletions
diff --git a/waftools/fragments/touchbar.m b/waftools/fragments/touchbar.m
deleted file mode 100644
index 3fa4f27aa1..0000000000
--- a/waftools/fragments/touchbar.m
+++ /dev/null
@@ -1,7 +0,0 @@
-#import <AppKit/AppKit.h>
-
-int main(int argc, char **argv)
-{
- [[NSTouchBar alloc] init];
- return 0;
-}