From a52a6d96d701c993896f276e4198003317632aaf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 18:42:39 +0000 Subject: rm the old code including the .pys and the c++ shit --- otk/otk.cc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 otk/otk.cc (limited to 'otk/otk.cc') diff --git a/otk/otk.cc b/otk/otk.cc deleted file mode 100644 index 130e3b77..00000000 --- a/otk/otk.cc +++ /dev/null @@ -1,25 +0,0 @@ -#include "display.hh" -#include "timer.hh" -#include "renderstyle.hh" -#include "property.hh" - -namespace otk { - -void initialize() -{ - new Display(); - Timer::initialize(); - RenderColor::initialize(); - RenderStyle::initialize(); - Property::initialize(); -} - -void destroy() -{ - RenderStyle::destroy(); - RenderColor::destroy(); - Timer::destroy(); - delete display; -} - -} -- cgit v1.2.3