Skip to content

Commit

Permalink
Removing MARC4 menu item from the old decoder. #67
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgoodspeed committed Jul 20, 2024
1 parent 6b23da6 commit 4e72f49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ set(MRT_SOURCES
romdecoderascii.h romdecoderascii.cpp
romdecoderjson.h romdecoderjson.cpp
romdecodercsv.h romdecodercsv.cpp
romdecodermarc4.h romdecodermarc4.cpp
# romdecodermarc4.h romdecodermarc4.cpp # Deprecated, needs to move to gatorom.
romdecoderphotograph.h romdecoderphotograph.cpp
romdecoderhistogram.h romdecoderhistogram.cpp
romencoderdiff.h romencoderdiff.cpp
Expand Down
9 changes: 0 additions & 9 deletions maskromtool.ui
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<addaction name="exportHistogram"/>
<addaction name="separator"/>
<addaction name="exportROMBytes"/>
<addaction name="exportMARC4"/>
</widget>
<widget class="QMenu" name="menuImport">
<property name="title">
Expand Down Expand Up @@ -294,14 +293,6 @@
<string>Crosshair</string>
</property>
</action>
<action name="exportMARC4">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>MARC4 ROM Bytes</string>
</property>
</action>
<action name="actionRunDRC">
<property name="icon">
<iconset theme="scanner"/>
Expand Down

0 comments on commit 4e72f49

Please sign in to comment.