summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/width.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/width.h')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/width.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/width.h b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/width.h
deleted file mode 100644
index 3c5ad0b0..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/width.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * @file width.h
- * prototypes for width.c
- *
- * @author Ben Gardner
- * @license GPL v2+
- */
-#ifndef WIDTH_H_INCLUDED
-#define WIDTH_H_INCLUDED
-
-#include "uncrustify_types.h"
-
-
-/**
- * Step forward until a token goes beyond the limit and then call split_line()
- * to split the line at or before that point.
- */
-void do_code_width(void);
-
-
-#endif /* WIDTH_H_INCLUDED */