Przeglądaj źródła

Merge branch 'installer' of https://github.com/paulsapps/q-gears into installer

Paul 11 lat temu
rodzic
commit
e842957df0
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      QGearsMain/include/data/QGearsBackgroundFile.h

+ 0 - 3
QGearsMain/include/data/QGearsBackgroundFile.h

@@ -109,9 +109,6 @@ namespace QGears
             Colors colors;
         };
 
-
-        typedef PaletteFile::Color Color;
-
         std::array<Layer, LAYER_COUNT>& getLayers(void) { return m_layers; }
         std::array<uint8, PALETTE_ENTRY_COUNT>& getPalette(void) { return m_palette; }
         std::array<Page, PAGE_COUNT>&  getPages(void) { return m_pages; }