diff options
author | Torbjörn Andersson | 2005-06-24 16:08:31 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-06-24 16:08:31 +0000 |
commit | 1d39f986c9a51e3305625f4dbf308c8c92b5d34b (patch) | |
tree | e631cb12f39e366eb223383ae07859c460ef83c7 /gui | |
parent | 7dc3082a35cf4cfc5f878c02125d53dec77432a7 (diff) | |
download | scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.tar.gz scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.tar.bz2 scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.zip |
Whitespace changes.
svn-id: r18449
Diffstat (limited to 'gui')
-rw-r--r-- | gui/EditTextWidget.cpp | 1 | ||||
-rw-r--r-- | gui/ListWidget.cpp | 1 | ||||
-rw-r--r-- | gui/ScrollBarWidget.cpp | 1 | ||||
-rw-r--r-- | gui/browser.cpp | 1 | ||||
-rw-r--r-- | gui/editable.cpp | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/gui/EditTextWidget.cpp b/gui/EditTextWidget.cpp index 3761536393..f69edafb47 100644 --- a/gui/EditTextWidget.cpp +++ b/gui/EditTextWidget.cpp @@ -23,7 +23,6 @@ #include "gui/dialog.h" #include "gui/newgui.h" - namespace GUI { EditTextWidget::EditTextWidget(GuiObject *boss, int x, int y, int w, int h, const String &text, WidgetSize ws) diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index f739f92ce1..6074d4f59a 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -24,7 +24,6 @@ #include "gui/dialog.h" #include "gui/newgui.h" - namespace GUI { ListWidget::ListWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws) diff --git a/gui/ScrollBarWidget.cpp b/gui/ScrollBarWidget.cpp index dc8be4679c..4b1701f28e 100644 --- a/gui/ScrollBarWidget.cpp +++ b/gui/ScrollBarWidget.cpp @@ -23,7 +23,6 @@ #include "gui/dialog.h" #include "gui/newgui.h" - namespace GUI { #define UP_DOWN_BOX_HEIGHT (_w+1) diff --git a/gui/browser.cpp b/gui/browser.cpp index 728946202f..b6dcea3fc7 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -34,7 +34,6 @@ enum { kGoUpCmd = 'GoUp' }; - #ifdef MACOSX /* On Mac OS X, use the native file selector dialog. We could do the same for * other operating systems. diff --git a/gui/editable.cpp b/gui/editable.cpp index e5c981f0b6..3260f2cb52 100644 --- a/gui/editable.cpp +++ b/gui/editable.cpp @@ -22,7 +22,6 @@ #include "gui/editable.h" #include "gui/newgui.h" - namespace GUI { EditableWidget::EditableWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws) |