From cada98f7d8f5839f910c8fe10d0c0cfa44f42dfc Mon Sep 17 00:00:00 2001
From: Alexander Iljin <ajsoft@yandex.ru>
Date: Fri, 17 Jun 2016 01:53:49 +0300
Subject: [PATCH] windows.shell32: remove extra declaration of
 ERROR_FILE_NOT_FOUND

We already have one in windows.errors.
---
 basis/windows/shell32/shell32.factor | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/basis/windows/shell32/shell32.factor b/basis/windows/shell32/shell32.factor
index c7b04cc206..bd61bcd2c2 100644
--- a/basis/windows/shell32/shell32.factor
+++ b/basis/windows/shell32/shell32.factor
@@ -73,9 +73,6 @@ CONSTANT: CSIDL_FLAG_DONT_VERIFY 0x4000
 CONSTANT: CSIDL_FLAG_CREATE 0x8000
 CONSTANT: CSIDL_FLAG_MASK 0xff00
 
-
-CONSTANT: ERROR_FILE_NOT_FOUND 2
-
 CONSTANT: SHGFP_TYPE_CURRENT 0
 CONSTANT: SHGFP_TYPE_DEFAULT 1