[gnumeric] Code cleanup.



commit 50542a94c1582bbdc4b01863459b2c2bdefc47dc
Author: Morten Welinder <terra gnome org>
Date:   Fri Mar 21 22:42:45 2014 -0400

    Code cleanup.

 src/style-conditions.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/style-conditions.c b/src/style-conditions.c
index 3421949..d44d819 100644
--- a/src/style-conditions.c
+++ b/src/style-conditions.c
@@ -1,9 +1,8 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-
 /*
  * style-conditions.c:
  *
  * Copyright (C) 2005-2007 Jody Goldberg (jody gnome org)
+ * Copyright (C) 2013-2014 Morten Welinder (terra gnome org)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -36,8 +35,6 @@
 #include <func.h>
 #include <gutils.h>
 
-#define BLANKS_STRING_FOR_MATCHING " \t\n\r"
-
 typedef GObjectClass GnmStyleConditionsClass;
 struct _GnmStyleConditions {
        GObject base;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]