aboutsummaryrefslogtreecommitdiff
path: root/gui/fatom.c
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2004-07-25 15:01:14 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2004-07-25 15:01:14 +0000
commit5e9ce28202773de7cc189507e30e4759c8bbf625 (patch)
tree4b2ed55b8badf515bcbd1ea128eb620be8cdd91e /gui/fatom.c
parent71a2723b07bf3391c78af7694efd08fbd29da947 (diff)
Finally fixed the GOP behaviour
svn path=/trunk/externals/ggee/; revision=1891
Diffstat (limited to 'gui/fatom.c')
-rw-r--r--gui/fatom.c11
1 files changed, 0 insertions, 11 deletions
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 <m_pd.h>
#include "g_canvas.h"
-#include <ggee.h>
-
-#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,