summaryrefslogtreecommitdiff
path: root/wrap
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-17 21:27:07 +0000
committerDana Jansens <danakj@orodu.net>2003-02-17 21:27:07 +0000
commit2f95a7e0acca73c5039276c1596337c75276e17a (patch)
treebbf1b24d3a3e24fac375654f028438ed0bc92599 /wrap
parent4534151926c4f3887ba9e37ae67df16f1eb039ef (diff)
'final' cleanup for the new otk wrapper .i's
Diffstat (limited to 'wrap')
-rw-r--r--wrap/otk.i5
-rw-r--r--wrap/otk_property.i2
2 files changed, 2 insertions, 5 deletions
diff --git a/wrap/otk.i b/wrap/otk.i
index 6611a992..877fad7f 100644
--- a/wrap/otk.i
+++ b/wrap/otk.i
@@ -22,11 +22,6 @@
%include "otk_property.i"
%include "otk_timer.i"
-%immutable otk::Property::atoms;
-
-%ignore TimerLessThan;
-
-
// for Window etc
%import "X11/X.h"
diff --git a/wrap/otk_property.i b/wrap/otk_property.i
index 118f8c5c..8a8fdd37 100644
--- a/wrap/otk_property.i
+++ b/wrap/otk_property.i
@@ -149,6 +149,8 @@
namespace otk {
+%immutable otk::Property::atoms;
+
%ignore Property::NUM_STRING_TYPE;
%ignore Property::initialize();