Skip to content

Commit

Permalink
comment out unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Jan 5, 2019
1 parent d24f1f3 commit d286c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nes_py/cpp/include/cartridge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Cartridge {
/// whether this cartridge uses extended RAM
bool m_extendedRAM;
/// whether this cartridge has CHR RAM
bool m_chrRAM;
// bool m_chrRAM;

public:
/// Initialize a new cartridge
Expand Down

0 comments on commit d286c2e

Please sign in to comment.