diff options
| author | Max Horn | 2009-02-21 04:10:21 +0000 |
|---|---|---|
| committer | Max Horn | 2009-02-21 04:10:21 +0000 |
| commit | bcb1a71052948d61474076615d6641f7b2153599 (patch) | |
| tree | 8ec447dfc037b218029a9ee605e3b8047b01eb7d /engines/sci/gfx | |
| parent | ecaab0fe944811b44ae1ecf1157264623bda2b1f (diff) | |
| download | scummvm-rg350-bcb1a71052948d61474076615d6641f7b2153599.tar.gz scummvm-rg350-bcb1a71052948d61474076615d6641f7b2153599.tar.bz2 scummvm-rg350-bcb1a71052948d61474076615d6641f7b2153599.zip | |
SCI: Fixed more warnings
svn-id: r38658
Diffstat (limited to 'engines/sci/gfx')
| -rw-r--r-- | engines/sci/gfx/operations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/gfx/operations.cpp b/engines/sci/gfx/operations.cpp index 7045583b56..52eb946170 100644 --- a/engines/sci/gfx/operations.cpp +++ b/engines/sci/gfx/operations.cpp @@ -1521,7 +1521,6 @@ int _gfxop_set_pointer(gfx_state_t *state, gfx_pixmap_t *pxm) { rect_t old_pointer_bounds = {0, 0, 0, 0}; rect_t pointer_bounds = {0, 0, 0, 0}; - int retval = -1; int draw_old; int draw_new = 0; |
