Deleted almost all of the precomp.cpp files.

Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
This commit is contained in:
Roman Donchenko
2013-08-08 12:41:48 +04:00
parent 1c55096c01
commit d9f71b762f
49 changed files with 0 additions and 947 deletions

View File

@@ -58,7 +58,6 @@ set(highgui_srcs
src/cap_images.cpp
src/cap_ffmpeg.cpp
src/loadsave.cpp
src/precomp.cpp
src/utils.cpp
src/window.cpp
)