OSDN Git Service

[VM][X1] Fix FTBFS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 2 Jan 2018 17:57:56 +0000 (02:57 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 2 Jan 2018 17:57:56 +0000 (02:57 +0900)
source/src/vm/x1/display.cpp

index 7effdcc..3f98515 100644 (file)
@@ -834,7 +834,6 @@ void DISPLAY::draw_screen()
                                } else {
 #endif
                                        scrntype_t* dest = emu->get_screen_buffer(y);
-                                       uint8_t* src_text = text[y];
                                        uint8_t* src_cg = cg[y];
                                
                                        for(int x = 0, x2 = 0; x < 320; x++, x2 += 2) {