minor changes

This commit is contained in:
elias.bachaalany 2009-10-21 08:49:53 +00:00
parent a4627a6d36
commit dac4a0629e
3 changed files with 0 additions and 9 deletions

View File

@ -1,7 +1,5 @@
%{
//<code(py_graph)>
#ifndef __PY_IDA_GRAPH__
#define __PY_IDA_GRAPH__
#define GR_HAVE_USER_HINT 0x00000001
#define GR_HAVE_CLICKED 0x00000002
@ -775,7 +773,6 @@ void pyg_select_node(PyObject *self, int nid)
#undef S_M_THIS
#undef S_M_TITLE
#endif
//</code(py_graph)>
%}

View File

@ -10,8 +10,6 @@
%{
//<code(py_idd)>
#ifndef __PYDBG__
#define __PYDBG__
#ifndef PYUL_DEFINED
#define PYUL_DEFINED
@ -153,7 +151,6 @@ PyObject *dbg_write_memory(PyObject *py_ea, PyObject *py_buf)
Py_RETURN_FALSE;
Py_RETURN_TRUE;
}
#endif
//</code(py_idd)>
%}

View File

@ -155,8 +155,6 @@ uint32 choose_choose(PyObject *self,
%{
//<code(py_choose2)>
#ifndef __PY_CHOOSE2__
#define __PY_CHOOSE2__
#include "Python.h"
//-------------------------------------------------------------------------
@ -780,7 +778,6 @@ PyObject *choose2_find(const char *title)
// End of Chooser2 wrapper class
//-------------------------------------------------------------------------
#endif
//</code(py_choose2)>
uint32 idaapi choose_sizer(void *self)
{