]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/dialog.cpp
Bind the font texture in Text::render
[libs/gltk.git] / source / dialog.cpp
index 3e09783dcb5eb36350d4c4158b9139ae33ed7fd0..cc4c1bf6a51f67cd1b00ecd46a9fc3cb2fda0c90 100644 (file)
@@ -1,19 +1,10 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "button.h"
 #include "dialog.h"
 
 namespace Msp {
 namespace GLtk {
 
-Dialog::Dialog(const Resources &r):
-       Widget(r),
-       Panel(r),
+Dialog::Dialog():
        stale(false)
 { }