summaryrefslogtreecommitdiff
path: root/libraries/gtkmm/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gtkmm/README')
-rw-r--r--libraries/gtkmm/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/gtkmm/README b/libraries/gtkmm/README
deleted file mode 100644
index 728dd23e06..0000000000
--- a/libraries/gtkmm/README
+++ /dev/null
@@ -1,6 +0,0 @@
-gtkmm is the official C++ interface for the popular GUI library
-GTK+. Highlights include typesafe callbacks, and a comprehensive set
-of widgets that are easily extensible via inheritance. You can create
-user interfaces either in code or with the Glade User Interface
-designer, using libglademm. There's extensive documentation,
-including API reference and a tutorial.