summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-11-15 09:22:46 +0100
committerAnton Khirnov <anton@khirnov.net>2022-11-23 10:43:27 +0100
commit2d172b89b260022eb712f678e274eb595cc2932e (patch)
tree68ca3c2fde8f0577b65173d1acfa14f2e18d970d /doc
parentd95d0b1b7249172dafbd09509c3b97b7b4d5077a (diff)
doc/developer.texi: drop a misplaced sentence from code formatting section
It describes a general development policy, not code formatting. It is also not true, as these days we tend to prioritize correctness, safety, and completeness over code size.
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 084cf6c155..02086f409f 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -105,9 +105,6 @@ K&R coding style is used.
@end itemize
The presentation is one inspired by 'indent -i4 -kr -nut'.
-The main priority in FFmpeg is simplicity and small code size in order to
-minimize the bug count.
-
@subsection Vim configuration
In order to configure Vim to follow FFmpeg formatting conventions, paste
the following snippet into your @file{.vimrc}: