aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/windows/resources.hpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-30 03:19:20 +0200
committerArisotura <thetotalworm@gmail.com>2020-05-30 03:19:20 +0200
commitb62d90cbe4c5232f0fe8604bd5e11f8eccd48ba1 (patch)
treebfd0a5e6f30fc382170ec9402adea32f12ebc342 /src/libui_sdl/libui/windows/resources.hpp
parent82302c9bf48598f889d0942340c224852c1378c5 (diff)
parent993048dd241b59747a7b30edfc861eedd4c005c9 (diff)
Merge remote-tracking branch 'remotes/origin/master' into melonDSi
Diffstat (limited to 'src/libui_sdl/libui/windows/resources.hpp')
-rw-r--r--src/libui_sdl/libui/windows/resources.hpp37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/libui_sdl/libui/windows/resources.hpp b/src/libui_sdl/libui/windows/resources.hpp
deleted file mode 100644
index 4ae5472..0000000
--- a/src/libui_sdl/libui/windows/resources.hpp
+++ /dev/null
@@ -1,37 +0,0 @@
-// 30 may 2015
-
-#define rcTabPageDialog 29000
-#define rcFontDialog 29001
-#define rcColorDialog 29002
-
-// TODO normalize these
-
-#define rcFontFamilyCombobox 1000
-#define rcFontStyleCombobox 1001
-#define rcFontSizeCombobox 1002
-#define rcFontSamplePlacement 1003
-
-#define rcColorSVChooser 1100
-#define rcColorHSlider 1101
-#define rcPreview 1102
-#define rcOpacitySlider 1103
-#define rcH 1104
-#define rcS 1105
-#define rcV 1106
-#define rcRDouble 1107
-#define rcRInt 1108
-#define rcGDouble 1109
-#define rcGInt 1110
-#define rcBDouble 1111
-#define rcBInt 1112
-#define rcADouble 1113
-#define rcAInt 1114
-#define rcHex 1115
-#define rcHLabel 1116
-#define rcSLabel 1117
-#define rcVLabel 1118
-#define rcRLabel 1119
-#define rcGLabel 1120
-#define rcBLabel 1121
-#define rcALabel 1122
-#define rcHexLabel 1123