From 997ab6c06c5cc06f2778a7a609a4268660ae4a51 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 6 Dec 2014 10:15:25 +0100 Subject: Revert "drawing ellipses antialiased with Cairo" This reverts commit 7ce445025e10bf4eb0c4066907e588039c09f1ad. --- libtemplate/templatefunction.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libtemplate/templatefunction.c') diff --git a/libtemplate/templatefunction.c b/libtemplate/templatefunction.c index 1ddf297..8465961 100644 --- a/libtemplate/templatefunction.c +++ b/libtemplate/templatefunction.c @@ -6,10 +6,7 @@ using namespace std; // --- cTemplateFunction ------------------------------------------------------------- -int cTemplateFunction::nextId = 0; - -cTemplateFunction::cTemplateFunction(eFuncType type) { - id = nextId++; +cTemplateFunction::cTemplateFunction(eFuncType type) { this->type = type; debug = false; containerX = 0; -- cgit v1.2.3