summaryrefslogtreecommitdiff
path: root/packages/gtk2
diff options
context:
space:
mode:
authormichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-08-22 07:03:36 +0000
committermichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-08-22 07:03:36 +0000
commit64da0efc9d1e8e6b510856c79ce9abf7801a7188 (patch)
treef3eea8ab547c7a64e4d369c16de7333a4d22b70f /packages/gtk2
parent492946ec51dc3d3a7893d0b979fdd7cd10b59e90 (diff)
downloadfpc-64da0efc9d1e8e6b510856c79ce9abf7801a7188.tar.gz
* Patch from Paul Ishenin to remove unneeded symbols
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11627 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/gtk2')
-rw-r--r--packages/gtk2/src/gtk+/gtk/gtkincludes.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gtk2/src/gtk+/gtk/gtkincludes.inc b/packages/gtk2/src/gtk+/gtk/gtkincludes.inc
index 682aeb5266..3a748c0d3d 100644
--- a/packages/gtk2/src/gtk+/gtk/gtkincludes.inc
+++ b/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}