Remove unused file
build Details

This commit is contained in:
Marcel M. Otte 2023-04-12 19:52:17 +02:00
parent 80f1578fb5
commit dd6e9158ca
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
package ppf
//type DataModel struct {
// Name string // User defined name of his current work (filename later)
// Protocols []ProtocolStructure // List of protocols in order of the stack
// Data []FieldValue // Data of the fields of all protocols
// ProtocolCreation bool
//}