mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-23 20:29:42 +00:00
Removed reference to a parameter long-since dead.
This commit is contained in:
parent
5b4c5b0cbf
commit
2d8e7e9f8b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user