summaryrefslogtreecommitdiff
path: root/gr-run-waveform/xyzzy.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-run-waveform/xyzzy.h')
-rw-r--r--gr-run-waveform/xyzzy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-run-waveform/xyzzy.h b/gr-run-waveform/xyzzy.h
index 28f85a65d..aaadd8560 100644
--- a/gr-run-waveform/xyzzy.h
+++ b/gr-run-waveform/xyzzy.h
@@ -98,11 +98,8 @@ public:
boost::shared_ptr<struct directory_entry> read_dir_entry(boost::uint8_t *header);
- void clear() { _directories.clear(); _strings.clear(); };
private:
std::string _filespec;
- std::vector<boost::shared_ptr<struct directory_entry> > _directories;
- std::vector<std::string> _strings;
std::map<std::string, std::string> _contents;
};