SCUMM: Remove unused operator int.

This commit is contained in:
Johannes Schickel 2011-07-03 22:17:21 +02:00
parent b4f4fd6b00
commit 3f04ad72a9

View File

@ -39,7 +39,6 @@ public:
virtual void send(MidiChannel *mc) = 0;
virtual void copy_to(Instrument *dest) = 0;
virtual bool is_valid() = 0;
virtual operator int() { return 255; }
};
class Instrument {