diff options
author | dscho <dscho> | 2001-10-25 11:34:25 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-25 11:34:25 +0000 |
commit | a6e540172b43c3eb3aee87250ceacbd63d227a14 (patch) | |
tree | 0f3ad423efa3813ea7d4b548e1fa545f29b2d06d /sraRegion.h | |
parent | 8e455cad23689e15e2ef6793c8f030301bccb7eb (diff) | |
download | libtdevnc-a6e540172b43c3eb3aee87250ceacbd63d227a14.tar.gz libtdevnc-a6e540172b43c3eb3aee87250ceacbd63d227a14.zip |
clean ups
Diffstat (limited to 'sraRegion.h')
-rwxr-xr-x | sraRegion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sraRegion.h b/sraRegion.h index d0348cc..7606555 100755 --- a/sraRegion.h +++ b/sraRegion.h @@ -12,7 +12,6 @@ typedef struct _rect { int y2;
} sraRect;
-//struct sraRegion;
typedef struct sraRegion sraRegion;
/* -=- Region manipulation functions */
|