From c4208bfd8ed9570116ea00c76a7b78b6f20e00b7 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 18 Mar 2009 21:01:03 +0000 Subject: Use C style comments as per Lennart's fetish :p --- src/cardwidget.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cardwidget.h') diff --git a/src/cardwidget.h b/src/cardwidget.h index bca22c1..d420c83 100644 --- a/src/cardwidget.h +++ b/src/cardwidget.h @@ -46,7 +46,7 @@ public: protected: virtual void onProfileChange(); - //Tree model columns: + /* Tree model columns */ class ModelColumns : public Gtk::TreeModel::ColumnRecord { public: @@ -60,7 +60,6 @@ protected: ModelColumns profileModel; - //Child widgets: Gtk::ComboBox *profileList; Glib::RefPtr treeModel; }; -- cgit