'final' cleanup for the new otk wrapper .i's
This commit is contained in:
parent
4534151926
commit
2f95a7e0ac
2 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -149,6 +149,8 @@
|
|||
|
||||
namespace otk {
|
||||
|
||||
%immutable otk::Property::atoms;
|
||||
|
||||
%ignore Property::NUM_STRING_TYPE;
|
||||
%ignore Property::initialize();
|
||||
|
||||
|
|
Loading…
Reference in a new issue