]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/indicator.cpp
Add an input method subsystem
[libs/gltk.git] / source / indicator.cpp
index fba81665c2092a66cc057f5ff0f8882865b1f0ed..f9f6ed51089640813df1281257e4b6fd69d46986 100644 (file)
@@ -3,11 +3,6 @@
 namespace Msp {
 namespace GLtk {
 
-Indicator::Indicator()
-{
-       focusable = false;
-}
-
 void Indicator::set_active(bool a)
 {
        set_state(ACTIVE, (a ? ACTIVE : NORMAL));