summaryrefslogtreecommitdiff
path: root/common_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-12 15:42:13 -0400
committerPietro Gagliardi <[email protected]>2014-04-12 15:42:13 -0400
commitac633a86949fb2b61c323c2fc41fc067ab6b5f6c (patch)
treee43a4e52f68c8716af84dbfb818c82487d0ef950 /common_windows.go
parent41ce9c9ed09570e6bbf99ad39cc328f95546eaf2 (diff)
Removed the GDI+ dependency on Windows since we no longer use it.
Diffstat (limited to 'common_windows.go')
-rw-r--r--common_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/common_windows.go b/common_windows.go
index 0c9cf39..e02a976 100644
--- a/common_windows.go
+++ b/common_windows.go
@@ -12,7 +12,6 @@ var (
kernel32 = syscall.NewLazyDLL("kernel32.dll")
gdi32 = syscall.NewLazyDLL("gdi32.dll")
comctl32 *syscall.LazyDLL // comctl32 not defined here; see comctl_windows.go
- gdiplus = syscall.NewLazyDLL("gdiplus.dll")
msimg32 = syscall.NewLazyDLL("msimg32.dll")
)