mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-13 18:01:55 +00:00
demo/miracle-wfdctl: remove unused files
This commit is contained in:
parent
223953b739
commit
9acad15b72
3 changed files with 0 additions and 18 deletions
|
@ -21,7 +21,6 @@ if(NOT GDK_VERSION_NEWER_THEN_3_22)
|
||||||
list(APPEND VALA_EXTRA_OPTIONS -D GDK_VERSION_NEWER_THEN_3_22)
|
list(APPEND VALA_EXTRA_OPTIONS -D GDK_VERSION_NEWER_THEN_3_22)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(RES_DIR ${CMAKE_CURRENT_SOURCE_DIR}/res)
|
|
||||||
set(DBUS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/dbus)
|
set(DBUS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/dbus)
|
||||||
|
|
||||||
add_custom_command(OUTPUT wfdctl.c
|
add_custom_command(OUTPUT wfdctl.c
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<gresources>
|
|
||||||
<gresource prefix="/org/freedesktop/miracle">
|
|
||||||
<file compressed="true" preprocess="xml-stripblanks">wfdctl.ui</file>
|
|
||||||
</gresource>
|
|
||||||
</gresources>
|
|
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Generated with glade 3.18.3 -->
|
|
||||||
<interface>
|
|
||||||
<requires lib="gtk+" version="3.12"/>
|
|
||||||
<object class="GtkWindow" id="main_win">
|
|
||||||
<property name="can_focus">False</property>
|
|
||||||
<child>
|
|
||||||
<placeholder/>
|
|
||||||
</child>
|
|
||||||
</object>
|
|
||||||
</interface>
|
|
Loading…
Reference in a new issue