From d9264c6bd54b0824e4c113402b1d61df831601f2 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Fri, 6 May 2011 07:21:34 +0200 Subject: [PATCH] app/tests: Fixup test-gimpidtable.c Fixup of test-gimpidtable.c of things sleepy eyes and brains missed. --- app/tests/test-gimpidtable.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/tests/test-gimpidtable.c b/app/tests/test-gimpidtable.c index fb4ae1ea69..8d1ea04ec8 100644 --- a/app/tests/test-gimpidtable.c +++ b/app/tests/test-gimpidtable.c @@ -1,5 +1,5 @@ /* GIMP - The GNU Image Manipulation Program - * Copyright (C) 2009 Martin Nordholts + * Copyright (C) 2011 Martin Nordholts * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,10 +23,6 @@ #include "core/gimpidtable.h" -//#include "tests.h" - -//#include "gimp-app-test-utils.h" - #define ADD_TEST(function) \ g_test_add ("/gimpidtable/" #function, \