issue #358: delete unused word

db4
Doug Coleman 2012-06-21 00:21:16 -07:00
parent 3dd30d2f49
commit f1f985edf3
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ TUPLE: pixel-format < disposable world handle ;
M: pixel-format dispose*
[ (free-pixel-format) ] [ f >>handle drop ] bi ;
: pixel-format-attribute ( pixel-format attribute-name -- value )
(pixel-format-attribute) ;
<PRIVATE
FUNCTOR: define-pixel-format-attribute-table ( NAME PERM TABLE -- )