diff options
| author | 2007-02-07 17:08:31 +0000 | |
|---|---|---|
| committer | 2007-02-07 17:08:31 +0000 | |
| commit | fc0ecb7862102effa6ef5d152d3e894fd2e49908 (patch) | |
| tree | 13701f2b1f33ce0a44963dc5bcbee631cdc0c1bb /src/modules/objects/class_painter.h | |
| parent | updated/fixed italian translation (diff) | |
| download | KVIrc-fc0ecb7862102effa6ef5d152d3e894fd2e49908.tar.gz KVIrc-fc0ecb7862102effa6ef5d152d3e894fd2e49908.tar.bz2 KVIrc-fc0ecb7862102effa6ef5d152d3e894fd2e49908.zip | |
removed class image and enhanced pixmap class.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@315 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_painter.h')
| -rw-r--r-- | src/modules/objects/class_painter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/objects/class_painter.h b/src/modules/objects/class_painter.h index 2dd7b6185..782160387 100644 --- a/src/modules/objects/class_painter.h +++ b/src/modules/objects/class_painter.h @@ -63,8 +63,7 @@ public: bool functiondrawText(KviKvsObjectFunctionCall *c); bool functiondrawPixmap(KviKvsObjectFunctionCall *c); - bool functiondrawImage(KviKvsObjectFunctionCall *c); - + bool functionbegin(KviKvsObjectFunctionCall *c); bool functionend(KviKvsObjectFunctionCall *c); |
