Browse Source

Merged revisions 11627 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r11627 | michael | 2008-08-22 09:03:36 +0200 (Fri, 22 Aug 2008) | 1 line

* Patch from Paul Ishenin to remove unneeded symbols
........

git-svn-id: branches/fixes_2_2@11628 -

michael 17 years ago
parent
commit
d1647273d6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/gtk2/src/gtk+/gtk/gtkincludes.inc

+ 3 - 3
packages/gtk2/src/gtk+/gtk/gtkincludes.inc

@@ -155,10 +155,10 @@
 
 // new GtkFileChooser Widget
 {$include gtkfilechooser.inc}
-{$include gtkfilechooserdefault.inc}
+//{$include gtkfilechooserdefault.inc} - no exports
 {$include gtkfilechooserdialog.inc}
-{$include gtkfilechooserembed.inc}
-{$include gtkfilechooserentry.inc}
+//{$include gtkfilechooserembed.inc} - no exports
+//{$include gtkfilechooserentry.inc} - no exports
 {$include gtkfilechooserprivate.inc}
 {$include gtkfilechooserutils.inc}
 {$include gtkfilechooserwidget.inc}