diff --git a/structure.go b/structure.go deleted file mode 100644 index 6897ffd..0000000 --- a/structure.go +++ /dev/null @@ -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 -//}