Skip to content

Commit

Permalink
emulation: removed unused member variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Jun 24, 2015
1 parent 14cee63 commit a209235
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/inet/linklayer/ext/ExtInterface.h
Expand Up @@ -71,10 +71,6 @@ class ExtInterface : public MACBase
virtual void clearQueue() override;
virtual bool isUpperMsg(cMessage *msg) override { return msg->arrivedOn("upperLayerIn"); }

private:
const char *tag_color;
const char *tag_width;

public:
virtual int numInitStages() const override { return NUM_INIT_STAGES; }
virtual void initialize(int stage) override;
Expand Down

0 comments on commit a209235

Please sign in to comment.