mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 01:40:22 +00:00
Kill themes in the config and load pngs from "theme" directory for now.
This commit is contained in:
parent
6b3a3ff054
commit
0c95673478
5 changed files with 17 additions and 123 deletions
|
@ -210,15 +210,6 @@ private:
|
|||
EToolbar_Max
|
||||
};
|
||||
|
||||
enum EBitmapsThemes
|
||||
{
|
||||
BOOMY,
|
||||
VISTA,
|
||||
XPLASTIK,
|
||||
KDE,
|
||||
THEMES_MAX
|
||||
};
|
||||
|
||||
wxBitmap m_Bitmaps[EToolbar_Max];
|
||||
wxBitmap m_BitmapsMenu[EToolbar_Max];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue