diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-02-21 15:30:41 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-02-21 15:30:41 +0800 |
commit | f6f2bfdca2213ff398c52c69f0289b81de1b09fa (patch) | |
tree | 004161e15514eea617cdd3bdf03bcc7f3ff98237 /build | |
parent | 332a7c9c6e20b581ee638ba08b58c35b092f4bed (diff) | |
download | gtk+-f6f2bfdca2213ff398c52c69f0289b81de1b09fa.tar.gz |
Fix gtk-demo projects
There isn't a custom CSS demo anymore, so remove that from the projects
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj | 1 | ||||
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj.filters | 3 | ||||
-rw-r--r-- | build/win32/vs9/gtk3-demo.vcproj | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj index 6f2a80d589..86839f0eec 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj +++ b/build/win32/vs10/gtk3-demo.vcxproj @@ -211,7 +211,6 @@ <ClCompile Include="..\..\..\demos\gtk-demo\stock_browser.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\textscroll.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\textview.c" /> - <ClCompile Include="..\..\..\demos\gtk-demo\theming_custom_css.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\theming_style_classes.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\toolpalette.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\transparent.c" /> diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters index cfbb17b8aa..e3ca1c0779 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj.filters +++ b/build/win32/vs10/gtk3-demo.vcxproj.filters @@ -143,9 +143,6 @@ <ClCompile Include="..\..\..\demos\gtk-demo\textview.c"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\..\demos\gtk-demo\theming_custom_css.c"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\theming_style_classes.c"> <Filter>Source Files</Filter> </ClCompile> diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj index 37026f8fee..1b01ea3103 100644 --- a/build/win32/vs9/gtk3-demo.vcproj +++ b/build/win32/vs9/gtk3-demo.vcproj @@ -204,7 +204,6 @@ <File RelativePath="..\..\..\demos\gtk-demo\stock_browser.c" /> <File RelativePath="..\..\..\demos\gtk-demo\textscroll.c" /> <File RelativePath="..\..\..\demos\gtk-demo\textview.c" /> - <File RelativePath="..\..\..\demos\gtk-demo\theming_custom_css.c" /> <File RelativePath="..\..\..\demos\gtk-demo\theming_style_classes.c" /> <File RelativePath="..\..\..\demos\gtk-demo\toolpalette.c" /> <File RelativePath="..\..\..\demos\gtk-demo\transparent.c" /> |