Remove some old/obsolete/unused code

git history's here if needed to get any of this back
This commit is contained in:
moneromooo-monero 2015-10-27 10:01:20 +00:00
parent 9292c1e7cd
commit 4f873bcbaa
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
8 changed files with 0 additions and 221 deletions

View file

@ -81,7 +81,6 @@ public:
virtual uint64_t get_num_outputs(const uint64_t& amount) const { return 1; }
virtual output_data_t get_output_key(const uint64_t& amount, const uint64_t& index) { return output_data_t(); }
virtual output_data_t get_output_key(const uint64_t& global_index) const { return output_data_t(); }
virtual tx_out get_output(const crypto::hash& h, const uint64_t& index) const { return tx_out(); }
virtual tx_out_index get_output_tx_and_index_from_global(const uint64_t& index) const { return tx_out_index(); }
virtual tx_out_index get_output_tx_and_index(const uint64_t& amount, const uint64_t& index) { return tx_out_index(); }
virtual void get_output_tx_and_index(const uint64_t& amount, const std::vector<uint64_t> &offsets, std::vector<tx_out_index> &indices) {}