Skip to content

Commit b42fb82

Browse files
committed
Removes code that had been #ifdefed out
1 parent 0c0f7b9 commit b42fb82

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

fred2/freddoc.cpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -328,20 +328,7 @@ int CFREDDoc::load_mission(char *pathname, int flags) {
328328

329329
Assert(Mission_palette >= 0);
330330
Assert(Mission_palette <= 98);
331-
332-
// RT, don't need this anymore
333-
#if 0
334-
335-
if (The_mission.flags[Mission::Mission_Flags::Subspace]) {
336-
strcpy_s(name, NOX("gamepalette-subspace"));
337-
} else {
338-
strcpy_s(name, "gamepalette1-01");
339-
// sprintf(name, NOX("gamepalette1-%02d"), Mission_palette + 1);
340-
}
341-
342-
palette_load_table(name);
343-
#endif
344-
331+
345332
// go through all ships and translate their callsign and alternate name indices
346333
objp = GET_FIRST(&obj_used_list);
347334
while (objp != END_OF_LIST(&obj_used_list)) {

0 commit comments

Comments
 (0)