Module: wine
Branch: master
Commit: c0ff5872031354b821c0972ff3f16c6b8b1e97f4
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c0ff5872031354b821c0972ff…
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Mon Nov 26 16:53:05 2012 +0100
shell32/tests: Remove wrong comment.
---
dlls/shell32/tests/shelllink.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/shell32/tests/shelllink.c b/dlls/shell32/tests/shelllink.c
index f2f33aa..b22079c 100644
--- a/dlls/shell32/tests/shelllink.c
+++ b/dlls/shell32/tests/shelllink.c
@@ -16,9 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- * This is a test program for the SHGet{Special}Folder{Path|Location} functions
- * of shell32, that get either a filesystem path or a LPITEMIDLIST (shell
- * namespace) path for a given folder (CSIDL value).
*
*/