From 9bf3236dc993a3d8dbf4caf14bd448ab4de70a72 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 24 Aug 2024 15:39:09 -0400 Subject: adapt scroller to new layout design --- layout/doc.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 layout/doc.go (limited to 'layout/doc.go') diff --git a/layout/doc.go b/layout/doc.go deleted file mode 100644 index 8305d43..0000000 --- a/layout/doc.go +++ /dev/null @@ -1,10 +0,0 @@ -/* -Package layout provides a Layout system for faiface/gui. - -The core of the package is the Layout interface, everything else is just -implementation. - -The Layouts represent a Layout, and the Mux makes them usable. -The Mux basically acts as a sort of driver. -*/ -package layout -- cgit v1.2.3