From 7afc2677e67f875f44ecc8a5b6d67ba96a63232a Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Wed, 28 Aug 2013 13:13:15 +0400 Subject: [PATCH] Removed a duplicate line. --- doc/tutorials/introduction/linux_install/linux_install.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/tutorials/introduction/linux_install/linux_install.rst b/doc/tutorials/introduction/linux_install/linux_install.rst index afa2951128..1e02b64c9d 100644 --- a/doc/tutorials/introduction/linux_install/linux_install.rst +++ b/doc/tutorials/introduction/linux_install/linux_install.rst @@ -80,5 +80,3 @@ Building OpenCV from Source Using CMake, Using the Command Line .. note:: If the size of the created library is a critical issue (like in case of an Android build) you can use the ``install/strip`` command to get the smallest size as possible. The *stripped* version appears to be twice as small. However, we do not recommend using this unless those extra megabytes do really matter. - - If the size of the created library is a critical issue (like in case of an Android build) you can use the ``install/strip`` command to get the smallest size as possible. The *stripped* version appears to be twice as small. However, we do not recommend using this unless those extra megabytes do really matter.