From 2d8e7e9f8b40d798c65e75b25cd47078cb138400 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 21 Jul 2017 20:46:25 -0400 Subject: [PATCH] Removed reference to a parameter long-since dead. --- Storage/Tape/Formats/TapePRG.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Storage/Tape/Formats/TapePRG.hpp b/Storage/Tape/Formats/TapePRG.hpp index c2be2dc9a..a8de13790 100644 --- a/Storage/Tape/Formats/TapePRG.hpp +++ b/Storage/Tape/Formats/TapePRG.hpp @@ -25,7 +25,6 @@ class PRG: public Tape, public Storage::FileHolder { Constructs a @c T64 containing content from the file with name @c file_name, of type @c type. @param file_name The name of the file to load. - @param type The type of data the file should contain. @throws ErrorBadFormat if this file could not be opened and recognised as the specified type. */ PRG(const char *file_name);