From 48a7fa31f918a6fc88719b3c9393a9ba2829f42a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Nov 2016 10:37:59 -0600 Subject: Remove texinfo format documentation. Replaced by Sphinx formatted documentation. closes #2812. --- doc/tools/bmenu/system.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 doc/tools/bmenu/system.h (limited to 'doc/tools/bmenu/system.h') diff --git a/doc/tools/bmenu/system.h b/doc/tools/bmenu/system.h deleted file mode 100644 index c1dec959ed..0000000000 --- a/doc/tools/bmenu/system.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * COPYRIGHT (c) 1988-2002. - * On-Line Applications Research Corporation (OAR). - * All rights reserved. - */ - -#ifndef __SYSTEM_h -#define __SYSTEM_h - -#define STATIC static -#define INLINE inline - -#ifndef NULL -#define NULL 0 -#endif - -typedef unsigned int boolean; - -#if !defined( TRUE ) || (TRUE != 1) -#undef TRUE -#define TRUE (1) -#endif - -#if !defined( FALSE ) || (FALSE != 0) -#undef FALSE -#define FALSE 0 -#endif - -#endif -- cgit v1.2.3