aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 22:08:34 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 22:08:34 -0800
commit8a46931e3426b724f8502cb77f4a6787e5294c40 (patch)
treec0bad1176e0b45f7a3b86ad26d85c7cd121069ff /wutil.h
parenta9313fc0c31884f07ae4d3e7d24dc03557ba2e13 (diff)
Remove string_buffer_t (!)
Diffstat (limited to 'wutil.h')
-rw-r--r--wutil.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/wutil.h b/wutil.h
index 66a1bee3..e05bd077 100644
--- a/wutil.h
+++ b/wutil.h
@@ -17,19 +17,6 @@
#include <string>
#include "common.h"
-
-/**
- Wide version of the dirent data structure
-*/
-struct wdirent
-{
- /**
- The name of the current directory
- */
- wchar_t *d_name;
-};
-
-
/**
Call this function on startup to create internal wutil
resources. This function doesn't do anything.