about summary refs log tree commit diff
path: root/converter/pbm/cmuwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pbm/cmuwm.h')
-rw-r--r--converter/pbm/cmuwm.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/converter/pbm/cmuwm.h b/converter/pbm/cmuwm.h
deleted file mode 100644
index e667f25e..00000000
--- a/converter/pbm/cmuwm.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* cmuwm.h - definitions for the CMU window manager format
-*/
-
-#ifndef CMUWM_H_INCLUDED
-#define CMUWM_H_INCLUDED
-
-struct cmuwm_header
-    {
-    long magic;
-    long width;
-    long height;
-    short depth;
-    };
-
-#define CMUWM_MAGIC 0xf10040bbL
-
-#endif