]> git.saurik.com Git - wxWidgets.git/commitdiff
removed src/gtk/eggtrayicon.h
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Oct 2004 20:35:27 +0000 (20:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Oct 2004 20:35:27 +0000 (20:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl

index 5f7fe737f76a8ea4e34e40c511efcfdde382f4cc..0024ffe2feae0fafa18757e75733c61ae7fcce56 100644 (file)
@@ -2240,10 +2240,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/gtk/eggtrayicon.c
 </set>
 
-<set var="ADVANCED_GTK_HDR" hints="files">
-    src/gtk/eggtrayicon.h
-</set>
-
 <!-- ====================================================================== -->
 <!--                               wxHTML                                   -->
 <!-- ====================================================================== -->
@@ -2606,7 +2602,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
         <if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_HDR)</if>
         <if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)</if>
         <if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR)</if>
-        <if cond="TOOLKIT=='GTK'">$(ADVANCED_GTK_HDR) $(ADVANCED_UNIX_HDR)</if>
+        <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR)</if>
         <if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)</if>
         <if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)</if>
     </set>