]> git.tdb.fi Git - netvis.git/blobdiff - source/netvis.h
Get rid of the draw_labels and blend variables
[netvis.git] / source / netvis.h
index 3739d330ec941de08c03c2698a576269bcfa4b7a..eb8c0a8e9d66fab276be8e6cd93687302a11db78 100644 (file)
@@ -43,8 +43,6 @@ private:
        std::map<unsigned, Host *> disabled_hosts;
        std::list<Packet *> packets;
        std::map<unsigned, Port *> ports;
-       bool draw_labels;
-       bool blend;
 
        Msp::Time::TimeStamp tick_t;
        Msp::Time::TimeStamp fps_t;
@@ -64,7 +62,6 @@ private:
        Host &get_host(unsigned);
        Msp::GL::Color generate_color(bool) const;
        const Port &get_port(unsigned);
-       void key_press(unsigned, unsigned, wchar_t);
 
        static void capture_handler(unsigned char *, const pcap_pkthdr *, const unsigned char *);