Browse Source

* Patch from Paul Ishenin to remove unneeded symbols

git-svn-id: trunk@11627 -
michael 17 years ago
parent
commit
243a724dac
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}