X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5e457a9336967e4851e094a84f9f94f4141ee393..8d4b705ab0ef3a0de13a9ff9f1aa47f09112f374:/apt-pkg/contrib/cdromutl.h diff --git a/apt-pkg/contrib/cdromutl.h b/apt-pkg/contrib/cdromutl.h index db140ec02..f24bb8c70 100644 --- a/apt-pkg/contrib/cdromutl.h +++ b/apt-pkg/contrib/cdromutl.h @@ -14,10 +14,6 @@ using std::string; -#ifdef __GNUG__ -#pragma interface "apt-pkg/cdromutl.h" -#endif - bool MountCdrom(string Path); bool UnmountCdrom(string Path); bool IdentCdrom(string CD,string &Res,unsigned int Version = 2);