[gtk+] Fix gtk-demo projects



commit f6f2bfdca2213ff398c52c69f0289b81de1b09fa
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Feb 21 15:30:41 2013 +0800

    Fix gtk-demo projects
    
    There isn't a custom CSS demo anymore, so remove that from the projects

 build/win32/vs10/gtk3-demo.vcxproj         |    1 -
 build/win32/vs10/gtk3-demo.vcxproj.filters |    3 ---
 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 6f2a80d..86839f0 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 cfbb17b..e3ca1c0 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 37026f8..1b01ea3 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" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]