menuArrType is not used anywhere, delete.

This commit is contained in:
Andrew Johnson
2008-08-26 14:14:12 +00:00
parent c12c0851c7
commit c1250c4456
3 changed files with 0 additions and 17 deletions
-1
View File
@@ -36,7 +36,6 @@ INC += db_convert.h
DBDINC += menuAlarmSevr
DBDINC += menuAlarmStat
DBDINC += menuArrType
DBDINC += menuCompress
DBDINC += menuFtype
DBDINC += menuIvoa
-15
View File
@@ -1,15 +0,0 @@
#*************************************************************************
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
# National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# EPICS BASE Versions 3.13.7
# and higher are distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
menu(menuArrType) {
choice(menuArrType8_bit_integers,"8 bit integers")
choice(menuArrType16_bit_integers,"16 bit integers")
choice(menuArrType32_bit_integers,"32 bit integers")
choice(menuArrTypeIEEE_floating_point,"IEEE floating point")
}
-1
View File
@@ -9,7 +9,6 @@
#*************************************************************************
include "menuAlarmSevr.dbd"
include "menuAlarmStat.dbd"
include "menuArrType.dbd"
include "menuCompress.dbd"
include "menuFtype.dbd"
include "menuIvoa.dbd"