Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-05-01 13:23:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-01 13:32:38 +0300
commit5b1fcf88334620af97f70ceb591eaf0fb153ed03 (patch)
tree7926462b4d8e1e2fcb700d370da805fc2a3baf1c /intern/ghost/intern/GHOST_DisplayManagerCocoa.h
parent1cb091ae7ae4cc5442bc35c1bbbcf1aadc57fecd (diff)
Cleanup: comments (long lines) in ghost
Diffstat (limited to 'intern/ghost/intern/GHOST_DisplayManagerCocoa.h')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerCocoa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManagerCocoa.h b/intern/ghost/intern/GHOST_DisplayManagerCocoa.h
index cfdc7be357e..c99e93279f7 100644
--- a/intern/ghost/intern/GHOST_DisplayManagerCocoa.h
+++ b/intern/ghost/intern/GHOST_DisplayManagerCocoa.h
@@ -87,11 +87,11 @@ class GHOST_DisplayManagerCocoa : public GHOST_DisplayManager {
const GHOST_DisplaySetting &setting);
protected:
- //Do not cache values as OS X supports screen hot plug
+ // Do not cache values as OS X supports screen hot plug
/** Cached number of displays. */
- //CGDisplayCount m_numDisplays;
+ // CGDisplayCount m_numDisplays;
/** Cached display id's for each display. */
- //CGDirectDisplayID* m_displayIDs;
+ // CGDirectDisplayID* m_displayIDs;
};
#endif // __GHOST_DISPLAYMANAGERCOCOA_H__