From f16af8be941b596dedac3bf4e371ee2d21f4b598 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Thu, 24 Feb 2011 04:13:14 +0100 Subject: nuke the repo --- src/common/wdkutil.c | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/common/wdkutil.c (limited to 'src/common/wdkutil.c') diff --git a/src/common/wdkutil.c b/src/common/wdkutil.c deleted file mode 100644 index 5bf4f0c0..00000000 --- a/src/common/wdkutil.c +++ /dev/null @@ -1,27 +0,0 @@ -#include - -int -portable_mode () -{ - if ((_access( "portable-mode", 0 )) != -1) - { - return 1; - } - else - { - return 0; - } -} - -int -xtray_mode () -{ - if ((_access( "plugins/xtray.dll", 0 )) != -1) - { - return 1; - } - else - { - return 0; - } -} -- cgit 1.4.1