aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-03 18:28:29 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-03 18:28:29 +0000
commit16335ba0976077e2fbc326afe66cc50efe622b6b (patch)
tree33df75cf1023c8cc7f6ff83f200c7fc3a32e4b42
parent8ca1fa5250dbbd463661381a7ea9fa47a9d1952e (diff)
remove vim &*(@
git-svn-id: https://svn.musicpd.org/mpd/trunk@2500 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--src/buffer2array.h1
-rw-r--r--src/charConv.h1
-rw-r--r--src/decode.h1
-rw-r--r--src/directory.h1
-rw-r--r--src/inputStream_file.h1
-rw-r--r--src/inputStream_http.h1
-rw-r--r--src/list.h1
-rw-r--r--src/listen.h1
-rw-r--r--src/mpd_types.h1
-rw-r--r--src/path.h1
-rw-r--r--src/pcm_utils.h1
-rw-r--r--src/permission.h1
-rw-r--r--src/playlist.h1
-rw-r--r--src/sig_handlers.h1
-rw-r--r--src/signal_check.h2
-rw-r--r--src/song.h1
-rw-r--r--src/stats.h1
-rw-r--r--src/tables.h1
-rw-r--r--src/volume.h1
19 files changed, 0 insertions, 20 deletions
diff --git a/src/buffer2array.h b/src/buffer2array.h
index d6982dd9..74ebffbb 100644
--- a/src/buffer2array.h
+++ b/src/buffer2array.h
@@ -26,4 +26,3 @@ int buffer2array(char * buffer, char *** array);
void freeArgArray(char ** array, int argArrayLength);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/charConv.h b/src/charConv.h
index 5687c1e7..8c5dbdc4 100644
--- a/src/charConv.h
+++ b/src/charConv.h
@@ -28,4 +28,3 @@ char * convStrDup(char * string);
void closeCharSetConversion();
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/decode.h b/src/decode.h
index 874e8230..fd9bc194 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -66,4 +66,3 @@ void decodeSigHandler(int sig);
void decode();
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/directory.h b/src/directory.h
index a23c6f0c..b11f18ff 100644
--- a/src/directory.h
+++ b/src/directory.h
@@ -70,4 +70,3 @@ Song * getSongFromDB(char * file);
time_t getDbModTime();
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/inputStream_file.h b/src/inputStream_file.h
index e45fe714..98ac406a 100644
--- a/src/inputStream_file.h
+++ b/src/inputStream_file.h
@@ -37,4 +37,3 @@ int inputStream_fileAtEOF(InputStream * inStream);
int inputStream_fileBuffer(InputStream * inStream);
#endif
-/* vim:set shiftwidth=8 tabstop=8 expandtab: */
diff --git a/src/inputStream_http.h b/src/inputStream_http.h
index 4e213cd5..ef7df5e5 100644
--- a/src/inputStream_http.h
+++ b/src/inputStream_http.h
@@ -37,4 +37,3 @@ int inputStream_httpAtEOF(InputStream * inStream);
int inputStream_httpBuffer(InputStream * inStream);
#endif
-/* vim:set shiftwidth=8 tabstop=8 expandtab: */
diff --git a/src/list.h b/src/list.h
index 9c879e91..4653237f 100644
--- a/src/list.h
+++ b/src/list.h
@@ -103,4 +103,3 @@ void clearList(List * list);
void sortList(List * list);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/listen.h b/src/listen.h
index d0ce86a4..dd5e32d8 100644
--- a/src/listen.h
+++ b/src/listen.h
@@ -28,4 +28,3 @@ int establish(unsigned short port);
void getConnections(int sock);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/mpd_types.h b/src/mpd_types.h
index 939bb208..7a81fef6 100644
--- a/src/mpd_types.h
+++ b/src/mpd_types.h
@@ -41,4 +41,3 @@ typedef signed long mpd_sint32;
#endif
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/path.h b/src/path.h
index 67234072..5e33a21f 100644
--- a/src/path.h
+++ b/src/path.h
@@ -54,4 +54,3 @@ char * sanitizePathDup(char * path);
char * prependCwdToPathDup(char * path);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/pcm_utils.h b/src/pcm_utils.h
index 73002e32..fd1b2690 100644
--- a/src/pcm_utils.h
+++ b/src/pcm_utils.h
@@ -39,4 +39,3 @@ void pcm_convertAudioFormat(AudioFormat * inFormat, char * inBuffer, size_t
size_t pcm_sizeOfOutputBufferForAudioFormatConversion(AudioFormat * inFormat,
size_t inSize, AudioFormat * outFormat);
#endif
-/* vim:set shiftwidth=8 tabstop=8 expandtab: */
diff --git a/src/permission.h b/src/permission.h
index 2bcfb1c0..d45f735e 100644
--- a/src/permission.h
+++ b/src/permission.h
@@ -35,4 +35,3 @@ void finishPermissions();
unsigned int getDefaultPermissions();
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/playlist.h b/src/playlist.h
index 025e6445..91cf2be6 100644
--- a/src/playlist.h
+++ b/src/playlist.h
@@ -115,4 +115,3 @@ void playlistVersionChange();
int playlistChanges(FILE * fp, mpd_uint32 version);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/sig_handlers.h b/src/sig_handlers.h
index e1293060..59031afa 100644
--- a/src/sig_handlers.h
+++ b/src/sig_handlers.h
@@ -40,4 +40,3 @@ void blockTermSignal();
void unblockTermSignal();
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/signal_check.h b/src/signal_check.h
index 4c4e170f..736641d9 100644
--- a/src/signal_check.h
+++ b/src/signal_check.h
@@ -28,5 +28,3 @@ int signal_is_pending(int sig);
void signal_clear(int sig);
#endif /* SIGNAL_CHECK_H */
-
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/song.h b/src/song.h
index c01e1c03..3a14afb0 100644
--- a/src/song.h
+++ b/src/song.h
@@ -72,4 +72,3 @@ int updateSongInfo(Song * song);
Song * songDup(Song * song);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/stats.h b/src/stats.h
index bef0e317..dd009909 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -38,4 +38,3 @@ void initStats();
int printStats(FILE * fp);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/tables.h b/src/tables.h
index a535425e..e797f638 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -41,4 +41,3 @@ unsigned long numberOfAlbums();
int printAllKeysOfTable(FILE * fp, char * table, char * arg1);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/volume.h b/src/volume.h
index f5f866e3..efd4e158 100644
--- a/src/volume.h
+++ b/src/volume.h
@@ -38,4 +38,3 @@ int getVolumeLevel();
int changeVolumeLevel(FILE * fp, int change, int rel);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */