~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to source/gameengine/Expressions/PyObjectPlus.h

  • Committer: Dietrich Bollmann
  • Date: 2009-07-26 14:27:44 UTC
  • mfrom: (184.1.1008)
  • Revision ID: dietrich@formgames.org-20090726142744-75hivjratygfz7q3
Update to state of blender repository from 2009-07-26 revision 21911 (launchpad: 1192).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: PyObjectPlus.h 20596 2009-06-03 04:12:59Z campbellbarton $
 
2
 * $Id: PyObjectPlus.h 20791 2009-06-10 19:33:59Z campbellbarton $
3
3
 *
4
4
 * ***** BEGIN GPL LICENSE BLOCK *****
5
5
 *
113
113
        if ((m_ignore_deprecation_warnings || wlink.warn_done)==0) \
114
114
        { \
115
115
                ShowDeprecationWarning_func(old_way, new_way); \
 
116
 \
116
117
                WarnLink *wlink_last= GetDeprecationWarningLinkLast(); \
117
 
                ShowDeprecationWarning_func(old_way, new_way); \
118
118
                wlink.warn_done = true; \
119
119
                wlink.link = NULL; \
120
120
         \