1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Removed reference to a parameter long-since dead.

This commit is contained in:
Thomas Harte 2017-07-21 20:46:25 -04:00
parent 5b4c5b0cbf
commit 2d8e7e9f8b

View File

@ -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);