]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/indicator.cpp
Fix a crash if the linear program contains an empty column
[libs/gltk.git] / source / indicator.cpp
index d0e75586b288098e812432e75e3db8dbee9fa21c..568aafddc9af7feb3d4e054bcc90c2a0a2a03125 100644 (file)
@@ -1,20 +1,11 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "indicator.h"
 
 namespace Msp {
 namespace GLtk {
 
-Indicator::Indicator(const Resources &r):
-       Widget(r)
+Indicator::Indicator()
 {
        focusable = false;
-       update_style();
 }
 
 void Indicator::set_active(bool a)