Yes if the UNUSED column hasn't affected any processes in your application and database, I'd say it'd be safe to drop. When DROP the unused column, just remember no DML can be performed on the table whilst this is occuring.. and if its a large table, that can take a while.

Cheers,