summaryrefslogtreecommitdiffstats
path: root/objects/window-item-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'objects/window-item-object.c')
-rw-r--r--objects/window-item-object.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/objects/window-item-object.c b/objects/window-item-object.c
index 6494d48..7acb075 100644
--- a/objects/window-item-object.c
+++ b/objects/window-item-object.c
@@ -69,6 +69,7 @@ static PyGetSetDef PyWindowItem_getseters[] = {
{NULL}
};
+/* Methods */
PyDoc_STRVAR(PyWindowItem_prnt_doc,
"Print to window item"
);
@@ -106,8 +107,6 @@ static PyObject *PyWindowItem_command(PyWindowItem *self, PyObject *args, PyObje
Py_RETURN_NONE;
}
-/* Methods */
-
PyDoc_STRVAR(PyWindowItem_window_doc,
"Return parent window for window item"
);