OSDN Git Service

DirView.cpp: Remove unused function
authorsdottaka <sdottaka@sourceforge.net>
Thu, 6 Nov 2014 02:00:24 +0000 (11:00 +0900)
committersdottaka <sdottaka@sourceforge.net>
Thu, 6 Nov 2014 02:00:24 +0000 (11:00 +0900)
--HG--
branch : stable

Src/DirView.cpp

index 7a48619..447c2b5 100644 (file)
@@ -1321,19 +1321,6 @@ bool CDirView::GetSelectedItems(int * sel1, int * sel2, int * sel3)
 }
 
 /**
- * @brief Return true if this unpacker handles binary files
- */
-static bool
-IsBinaryUnpacker(PackingInfo * infoUnpacker)
-{
-       if (!infoUnpacker)
-               return false;
-       if (!_tcsstr(infoUnpacker->pluginName.c_str(), _T("BinaryFile")))
-               return false;
-       return true;
-}
-
-/**
  * @brief Open special items (parent folders etc).
  * @param [in] pos1 First item position.
  * @param [in] pos2 Second item position.