From eba8b17b2514c39897b035a1f5529f5b87a7b114 Mon Sep 17 00:00:00 2001 From: Benjamin Poulain Date: Sat, 13 Nov 2010 16:47:20 +0100 Subject: Remove m_loadingGitPath from MainView The attribute m_loadingGitPath is an invariant of runtime, it is not specific to MainView objects. The path has been changed to a constant of the implementation. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini --- src/mainview.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index c59bd5e1..042b6371 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -179,8 +179,6 @@ private: StackedUrlBar *const m_widgetBar; - QString m_loadingGitPath; - // the new tab button QToolButton *const m_addTabButton; -- cgit v1.2.1