Remove some dead meson code

Fri, 15 Jan 2021 01:17:42 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 15 Jan 2021 01:17:42 -0600
changeset 40712
c6789ca79811
parent 40711
3ec3eae31fe4
child 40713
766bbe6061ec

Remove some dead meson code

Testing Done:
None, it's dead code.

Reviewed at https://reviews.imfreedom.org/r/433/

pidgin/meson.build file | annotate | diff | comparison | revisions
--- a/pidgin/meson.build	Fri Jan 15 01:12:13 2021 -0600
+++ b/pidgin/meson.build	Fri Jan 15 01:17:42 2021 -0600
@@ -236,11 +236,6 @@
 	    gui_app : true,
 	    install : true)
 
-	if IS_WIN32
-#		libpidgin_la_LIBADD += -lwinmm
-#		pidgin_LDFLAGS += -mwindows
-	endif
-
 	pkgconfig.generate(
 	    name : 'Pidgin',
 	    description : 'Pidgin is a GTK3-based instant messenger application.',

mercurial