aboutsummaryrefslogtreecommitdiff
path: root/gui/fatom.c
diff options
context:
space:
mode:
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,