[tali] Drop old modelines comments



commit c8bdec4402fad2b97b0328e60a2f88e5ec26c678
Author: Mart Raudsepp <leio gentoo org>
Date:   Mon Mar 23 15:53:42 2020 +0200

    Drop old modelines comments
    
    These seem inconsistent and appear to express a style of mixed spaces
    and tabs which has fallen out of favor for the new maintainer

 src/clist.c    |  8 --------
 src/computer.c |  7 -------
 src/gyahtzee.c | 10 ----------
 src/gyahtzee.h |  7 -------
 src/setup.c    |  2 --
 src/yahtzee.c  |  7 -------
 src/yahtzee.h  |  9 ---------
 7 files changed, 50 deletions(-)
---
diff --git a/src/clist.c b/src/clist.c
index 7c68367..503eaaf 100644
--- a/src/clist.c
+++ b/src/clist.c
@@ -414,11 +414,3 @@ update_score_tooltips (void)
             sprintf (row_tooltips[ii], _("Field used"));
     }
 }
-
-/* Arrgh - lets all use the same tabs under emacs: 
-Local Variables:
-tab-width: 8
-c-basic-offset: 8
-indent-tabs-mode: nil
-End:
-*/
diff --git a/src/computer.c b/src/computer.c
index c8673ec..fdaa189 100644
--- a/src/computer.c
+++ b/src/computer.c
@@ -276,10 +276,3 @@ ComputerScoring (int player)
   play_score (player, best);
 
 }
-
-/* Arrgh - lets all use the same tabs under emacs: 
-Local Variables:
-tab-width: 8
-c-basic-offset: 8
-indent-tabs-mode: nil
-*/
diff --git a/src/gyahtzee.c b/src/gyahtzee.c
index 877a2f4..b480fbf 100644
--- a/src/gyahtzee.c
+++ b/src/gyahtzee.c
@@ -1,5 +1,3 @@
-/* -*- mode:C; indent-tabs-mode:nil; tab-width:8; c-basic-offset:8 -*- */
-
 /*
  * Gyatzee: Gnomified Dice game.
  * (C) 1998 the Free Software Foundation
@@ -1034,11 +1032,3 @@ main (int argc, char *argv[])
 
   exit (0);
 }
-
-/* Arrgh - lets all use the same tabs under emacs: 
-Local Variables:
-tab-width: 8
-c-basic-offset: 8
-indent-tabs-mode: nil
-End:
-*/
diff --git a/src/gyahtzee.h b/src/gyahtzee.h
index 654d4ba..a7a4edc 100644
--- a/src/gyahtzee.h
+++ b/src/gyahtzee.h
@@ -40,10 +40,3 @@ extern int GyahtzeeAbort;
 extern GtkWidget *ScoreList;
 extern void update_undo_sensitivity(void);
 #endif /* _Gyahtzee_H_ */
-
-/* Arrgh - lets all use the same tabs under emacs: 
-Local Variables:
-tab-width: 8
-c-basic-offset: 8
-indent-tabs-mode: nil
-*/
diff --git a/src/setup.c b/src/setup.c
index 7812290..7b32151 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -1,5 +1,3 @@
-/* -*- mode:C; indent-tabs-mode:nil; tab-width:8; c-basic-offset:8 -*- */
-
 /*
  * Gyatzee: Gnomified Yahtzee game.
  * (C) 1998 the Free Software Foundation
diff --git a/src/yahtzee.c b/src/yahtzee.c
index d565355..2589037 100644
--- a/src/yahtzee.c
+++ b/src/yahtzee.c
@@ -784,10 +784,3 @@ RedoPossible (void)
 {
   return RedoList != NULL;
 }
-
-/* Arrgh - lets all use the same tabs under emacs: 
-Local Variables:
-tab-width: 8
-c-basic-offset: 8
-indent-tabs-mode: nil
-*/
diff --git a/src/yahtzee.h b/src/yahtzee.h
index 6317ae7..55fe763 100644
--- a/src/yahtzee.h
+++ b/src/yahtzee.h
@@ -146,12 +146,3 @@ typedef  enum { GAME_YAHTZEE = 0, GAME_KISMET } GameType;
 extern GameType game_type;
 
 #endif /* _yahtzee_H_ */
-
-
-/* Arrgh - lets all use the same tabs under emacs: 
-Local Variables:
-tab-width: 8
-c-basic-offset: 8
-indent-tabs-mode: nil
-End:
-*/


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