1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-12 06:06:30 +00:00

Removes the options panel for CPC display.

This commit is contained in:
Thomas Harte 2017-08-27 17:11:35 -04:00
parent 3f22a71276
commit d06031dfcb

View File

@ -42,7 +42,7 @@
- (NSString *)optionsPanelNibName {
switch(_target.machine) {
case StaticAnalyser::Target::AmstradCPC: return @"AmstradCPCOptions";
case StaticAnalyser::Target::AmstradCPC: return nil;
case StaticAnalyser::Target::Atari2600: return @"Atari2600Options";
case StaticAnalyser::Target::Electron: return @"ElectronOptions";
case StaticAnalyser::Target::Oric: return @"OricOptions";