From 5e9ce28202773de7cc189507e30e4759c8bbf625 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Sun, 25 Jul 2004 15:01:14 +0000 Subject: Finally fixed the GOP behaviour svn path=/trunk/externals/ggee/; revision=1891 --- gui/fatom.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gui/fatom.c') diff --git a/gui/fatom.c b/gui/fatom.c index e71dd27..8c7ea44 100644 --- a/gui/fatom.c +++ b/gui/fatom.c @@ -1,20 +1,9 @@ #include #include "g_canvas.h" -#include - -#ifdef NT -#pragma warning( disable : 4244 ) -#pragma warning( disable : 4305 ) -#endif - #include "fatom.h" - static t_class *fatom_class; - - - void fatom_setup() { post("fatom setup"); fatom_class = class_new(gensym("fatom"), (t_newmethod)fatom_new, 0, -- cgit v1.2.1