Skip to content

Commit

Permalink
Merge branch 'master' into fix-issue394
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Jun 30, 2017
2 parents f992c08 + aed793b commit 1593369
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions etg/image.py
Expand Up @@ -46,18 +46,6 @@ def run():
# Tweak the parsed meta objects in the module object as needed for
# customizing the generated code and docstrings.

module.addHeaderCode("""\
#include <wx/imaggif.h>
#include <wx/imagiff.h>
#include <wx/imagjpeg.h>
#include <wx/imagpcx.h>
#include <wx/imagpng.h>
#include <wx/imagpnm.h>
#include <wx/imagtga.h>
#include <wx/imagtiff.h>
#include <wx/imagxpm.h>
""")

c = module.find('wxImage')
assert isinstance(c, etgtools.ClassDef)
c.find('wxImage').findOverload('(const char *const *xpmData)').ignore()
Expand Down

0 comments on commit 1593369

Please sign in to comment.