]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/indicator.h
Add an input method subsystem
[libs/gltk.git] / source / indicator.h
index cf20e3138f29618ff0a98eca5d7637324de70d16..90c920c574100ea190166180ea7a3858dfa0888e 100644 (file)
@@ -12,8 +12,6 @@ An Indicator visualizes a boolean state.  It can be either active or inactive.
 class Indicator: public Widget
 {
 public:
-       Indicator();
-
        virtual const char *get_class() const { return "indicator"; }
 
        void set_active(bool);