imgui: delete demo file

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Eric Engestrom 2019-05-05 09:00:16 +01:00
parent fd80f1e8d1
commit 93d900ece3
2 changed files with 1 additions and 4326 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
libimgui_core = static_library(
'intel_imgui_core',
files('imgui.cpp', 'imgui_demo.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'),
files('imgui.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'),
cpp_args : ['-w'],
install : false
)