aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d6982dd97..74ebffbbb 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 5687c1e7e..8c5dbdc49 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 874e82303..fd9bc1949 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 a23c6f0c3..b11f18ffb 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 e45fe714e..98ac406a0 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 4e213cd57..ef7df5e5e 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 9c879e91a..4653237f0 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 d0ce86a48..dd5e32d8c 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 939bb2085..7a81fef63 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 67234072a..5e33a21f4 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 73002e32e..fd1b26905 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 2bcfb1c04..d45f735eb 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 025e6445c..91cf2be6f 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 e1293060b..59031afa7 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 4c4e170f3..736641d9e 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 c01e1c03d..3a14afb05 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 bef0e3179..dd009909d 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 a535425e4..e797f638a 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 f5f866e3d..efd4e158c 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: */